Re: [tomcat-4.0] Session Creation Slowness

2000-12-22 Thread Jon Stevens
I have confirmed that: The latest nightly build fixes this problem and Turbine/Catalina now starts up and initializes and returns a request in about 3-4 seconds on my machine...more than acceptable now. :-) thanks craig for tracking it down. this is going to save months of development time. :-)

Re: [tomcat-4.0] Session Creation Slowness

2000-12-21 Thread Craig R. McClanahan
Jon Stevens wrote: Ok, I put a whole bunch of logging into Turbine to see *exactly* what line of code is causing the slowness that I keep reporting here and I have now found it... Log.note ("RunDataFactory: 11"); // Get the HttpSession object. data.setSession (

RE: [tomcat-4.0] Session Creation Slowness

2000-12-21 Thread Tomas Rokicki
This is probably due to the new SecureRandom-based session IDs. There is an option to turn that off somewhere. -Original Message- From: Jon Stevens [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 21, 2000 1:47 PM To: tomcat-dev Cc: [EMAIL PROTECTED] Subject: [tomcat-4.0] Session