On Mon, 26 Nov 2007 23:48:40 +0100
Bob Br <[EMAIL PROTECTED]> wrote:

> 
> Yeah, the db appears to be a bit of a bottleneck as we have to jump 
> through some hoops to get this stuff connected.
> 
> Just for fun, I changed the environment to active record sessions, and 
> it dropped from 200ish to ~25.  I switched it back, got 200, tried AR 
> again and got the 20s again.  So I don't know think I'll be trying 
> database solutions.  I'll try and rip apart the code to see how many AR 
> objects I was storing in the session (just 1 or 2 I think) and see about 
> switching that out so I can use memcache.

When you run multiple processes, you'll wish you'd avoided the PStore.

-- 
Zed A. Shaw
- Hate: http://savingtheinternetwithhate.com/
- Good: http://www.zedshaw.com/
- Evil: http://yearofevil.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to