Q: how to implement a network connection per user session

2004-11-06 Thread Sundar Narasimhan
Hi, I've been using Apache::Session w/ mod_perl which seems to work nicely. But I have a question -- this seems to be mostly for data. What about say a network connection (i.e. I'd like to have one connection per user session to a back-end server. The db persistent connections sort of do this I pr

Re: Q: how to implement a network connection per user session

2004-11-07 Thread David Nicol
i am not much of a mp hacker but as I understand it, one problem with making per-session persistent connections would be that there is no guarantee that future requests in the same apache session will be handled by the same mod_perl process. This means that any backend that provided what you are