more

> Right now I'm looking at writing a soap server as a backend to an embperl 

Two reasons I'm thinking to use soap (apart from getting clean hands) are
- I can easily change the front end, or even let others use part of my system
  with soap
- I don't have to invent a protocol myself.

> - The soapserver will talk to a PostgreSQL database.

I plan to use DBIx::Recordset, which I know. Another option is Class::DBI.

> - I'm not sure how to handle the database connection. No need for a new
>   handle for each new request, but handles expire after some time of
>   inactivity.

I guess that what I'm uncertain about is how to handle database sessions. This 
requires that I can control the session at all.

-- 
Kaare Rasmussen            --Linux, spil,--        Tlf:        3816 2582
Kaki Data                tshirts, merchandize      Fax:        3816 2501
Howitzvej 75               �ben 12.00-18.00        Email: [EMAIL PROTECTED]
2000 Frederiksberg        L�rdag 12.00-16.00       Web:      www.suse.dk

Reply via email to