On 8/18/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > A couple things to consider...
Thanks Charles. Silly me, forgetting about file-based sessions... So, round 2 is coming: * Database-driven sessions * With/without ObjectSpace * With/without logging - I will be quite surprised if writing out 5 lines of text makes any difference in a 75 msec operation, but hey, being surprised is the whole point of this exercise * server VM I want to create a new session per request, and keep it all nicely single-threaded and synchronous for the time being. Things are easier to interpret and profile this way. That's why I'm using ab. When get that 8-cores box, we'll start doing something more interesting. -- Alexey Verkhovsky CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com] RubyWorks [http://rubyworks.thoughtworks.com] --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
