on 2/14/00 7:53 PM, jauzennn <[EMAIL PROTECTED]> wrote: > Hello everyone, > > First I'd like to say BRAVO! > > The whole project is looking awesome! I just spent a couple of hours > running through all of the pdf files ect and have two questions: Thanks! > 1) Is there a facility embedded in JServ to manage DB connection pools? I > couldn't seem to find anything on it. JServ is not an app server, so no, it doesn't have this. If you want this, you should use the pool in the Turbine project. It is quite good. > 2) Are there plans to insert functionality to manage the persistence of > sessions across JServ instances? Nope. This type of stuff will make it into Tomcat. <http://jakarta.apache.org/> > Desc: From what I read, it explicitly stated that if a JServ instance goes > down in a cluster environment, Apache Will route the > request(cookie-identified session) terminated with the identifier for that > JServ instance to another JServ instance, but that the Session data > associated with that original session is then lost. This, I think, is a > weakness in the system. Before I get too far into it, I wanted to know if > anyone was working on anything like that. If not, I have a couple of ideas > I would like to open to discussion ... You should explore Tomcat. JServ is essentially only being kept around as a stable solution until Tomcat is ready. I seriously doubt that we will add any major new features like that to JServ since it is a dead end. -jon -- Come to the first official Apache Software Foundation Conference! <http://ApacheCon.Com/> -- ---------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]