On 3/1/08 9:32 AM, Jon Seidel wrote:
> Ummm... if I knew how to do threading or asynch processing (I'm guessing
> that you're not talking about simple Ajax calls...right?), I would
> definitely avoid them :-)
Heh. You're right -- I was talking about things like BackgroundRB
(pre-1.0) and fork/exec models.
AFAIK, you'll be fine otherwise.
--j
> -----Original Message-----
> From: [address removed] [mailto:[address removed]] On Behalf Of Jim
> Sent: Friday, February 29, 2008 10:05 AM
> To: [address removed]
> Subject: Re: [ruby-81] Dual-application access to a MySQL database...
>
> On 2/29/08 8:26 AM, Sam Pierson wrote:
>> Re question 1:
>>
>> Yes the database engines can handle concurrency.
>> For Rails, however, you need to add this to your environment.rb
>>
>> config.active_record
.allow_concurrency = true
>
> And it bears repeating that if you set this true, do *not* try to use
> threading -- it will likely go bad for you. Also, if you're doing any
> asynch processing, be very careful how you handle your db connections.
>
> --j
>
>
>
>
> --
> Please Note: If you hit "REPLY", your message will be sent to everyone on
> this mailing list ([address removed])
> http://ruby.meetu...
> This message was sent by Jim ([address removed]) from The East Bay Ruby Meetup
> Group.
> To learn more about Jim, visit his/her member profile:
> http://ruby.meetu...
> To unsubscribe or to update your mailing list settings, click here:
> http://www.meetup...
>
> Meetup.com Customer Service: [address removed]
> 632 Broadway New York NY 10012 USA
>
>
>
>
>
>
> --
> Please Note: If you hit "REPLY", your message will be sent to everyone on this mailing list ([address removed])
> http://ruby.meetu...
> This message was sent by Jon Seidel ([address removed]) from The East Bay Ruby Meetup Group.
> To learn more about Jon Seidel, visit his/her member profile: http://ruby.meetu...
> To unsubscribe or to update your mailing list settings, click here: http://www.meetup...
>
> Meetup.com Customer Service: [address removed]
> 632 Broadway New York NY 10012 USA
>