DBA just got back to me. The user logging in to the table has no connection limit. That means it has to be either the ADO.rb linking to SQL Server, or Mongrel's handling of the database...Or unhandled timeouts...
How would I go about making a timeout infinite, or handling one? This is an enterprise grade Database on a server that doesn't get hit hard... I really don't see why it'd be timeouts, honestly...but I'll keep the possibility in mind. C.jay Martin wrote: > Can't totally rule out Mongrel routing, because the test was so simple > and I was unable to enforce two simultaneous attempts, but the hello > program, loaded on over 20 panes simultaneously, had zero errors... > > Second-check. I did the same exact thing with the login screen for the > real program (it doesn't link to the database..that's -IT- for > differences) and not one error. It has to be DB related. > > I think all that leaves is the DB, Rails' link to the database, or > Mongrel's treatment of the processes in regards to the DB. It's > definitely related to the DB though. > > > > Luis Lavena wrote: >> On 2/26/07, C.jay Martin <[EMAIL PROTECTED]> wrote: >>> > with me having to push it with simultaneous connections. Either >>> > something is drastically wrong with mongrel's concurrency capabilities, >>> > or something's up with SQL Server. At this point, I'm pretty convinced >>> > there's nothing in my code or NTFS permissions doing this. >>> >>> NTFS Permissions update: >>> >>> Tossed the whole thing onto a test box, gave ruby, my app, mongrel, etc >>> full user permissions. Still seems to happen. >>> >> >> You still use the SQL Server as backend, right? >> >> Could you try a clean rails app as service? put some test controller >> (like hello world action). >> >> If that don't fail, is related to our SQL Server connection that >> timeout and raise some issues (randomly it seems). >> >> >> -- >> Luis Lavena >> Multimedia systems >> - >> Leaders are made, they are not born. They are made by hard effort, >> which is the price which all of us must pay to achieve any goal that >> is worthwhile. >> Vince Lombardi -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---