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 Jon S. Stevens
> > > > > Is there a particular page I should go to for triggering session creation? I want > to try this with 4.0-m5 and also with the updates I just checked in (which will > appear in tonight's nightly build). the above url is enough. i will try o

Re: [tomcat-4.0] Session Creation Slowness

2000-12-21 Thread Craig R. McClanahan
Jon Stevens wrote: > > >> If you want to duplicate it, you can check Scarab out of CVS and do it > >> yourself. I have re-done the CVS tree and it is very easy to get things up > >> and running (even without a database installed...just ignore that part of > >> the README.txt file). > >> > >>

Re: [tomcat-4.0] Session Creation Slowness

2000-12-21 Thread Jon Stevens
on 12/21/2000 2:35 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > Yep, although that's probably something that could be changed. +1 >> more with this 4-5 seconds. If so, then I think that 4-5 seconds is to slow >> as well and we should find another RNG solution. > > Patches are welcome

Re: [tomcat-4.0] Session Creation Slowness

2000-12-21 Thread Craig R. McClanahan
Jon Stevens wrote: > > I can deal with 4-5 seconds although that is a bit long as well. Is this > code re-executed when the classloader is dumped as well? Yep, although that's probably something that could be changed. > If not I can deal > more with this 4-5 seconds. If so, then I think that 4-

Re: [tomcat-4.0] Session Creation Slowness

2000-12-21 Thread Jon Stevens
on 12/21/2000 2:04 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > 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 ("RunDataFactor

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 Creat

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