[Rails] Re: Attempt to write a readonly databae
> how do you "handle" the incoming reply emails? Via cron-job?
Incoming emails are processed immediately by a model method. That is,
when the incoming email arrives the model method converts it to a
TMail::Mail object which is assigned to a variable. Relevant data is
extracted from that variable and then an attempt is made to write
that data to the database. It is that write to the database that is
being blocked.
> well they all run within the same mongrel-process (I guess)...
I don't know whether it's relevant; but, I'm running passenger.
Thanks for the input.
... doug
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home