On Tue, 27 Nov 2007 03:20:36 +0100
Bob Br <[EMAIL PROTECTED]> wrote:

> Expanding on what I posted earlier its a suse 10 enterprise machine, we 
> had to setup the ODBC connection to MS sql server using free tds and I 
> think there might be one other kludge used in there.  My buddy was the 
> one who got the servers talking, but I think its pretty much a stock 
> install from the gems.  I'll double check if there was much else done to 
> these machines.

Hehe, wait, you're running your AR through ODBC off Windows to a remote server? 
 OH man you are so screwed.

First, work on your apache performance (as mentioned before).  That should find 
all the places you're having machine level performance problems, then work on 
just getting mongrel fast.

I'll tell ya right now, Mongrel on windows blows for perf, so if it matters to 
your company, demand they deploy to Linux no matter what.  If perf don't 
matter, then tell them you're done. :-)

If I read you wrong and Mongrel is in some other config, but has to talk to the 
database through ODBC off unix, then sure as hell do NOT put the session in 
that DB.  Google around as I think you can store just the session in a real 
man's database for the speed, or do as Alex suggests and try memcache (although 
that's not super reliable for large setups).

-- 
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