On Mon, 2005-01-24 at 15:45 -0800, Josh Berkus wrote:
> [about keeping open DB connections between web-client connections]
> [I wrote:]
> > no. you can only count on web-server-process==connection, but not
> > web-user==connection, unless you can garantee that the same user
> > client always connects to same web-server process.
>
> Are there ones that you use which might use several different connections to
> send a series of queries from a single web-user, less than 5 seconds apart?
actually, it had never occurred to me to test all browsers in this
reguard, but i can think of LWP::UserAgent.
gnari