[web2py] Re: Sending emails with background queue problem

2012-08-14 Thread Niphlod
The problem sums up to: I expect when committing that something like "saving a file" happens...everybody, and I mean everybody trying to access that file later would read the same thing. SQlite, MSSQL, Postgresql, Oracle adapters work this way, and I assume also mongo and couchdb. I tried to rea

[web2py] Re: Sending emails with background queue problem

2012-08-13 Thread Massimo Di Pierro
Should we change the settings in the Adapter? On Monday, 13 August 2012 17:21:09 UTC-5, Niphlod wrote: > > The most probable cause is the transaction isolation "problem" with mysql > as explained in > https://groups.google.com/d/msg/web2py/qLHP3iYz8Lo/Ly2wqK4qZZgJ > > I'm starting to think that

[web2py] Re: Sending emails with background queue problem

2012-08-13 Thread Niphlod
The most probable cause is the transaction isolation "problem" with mysql as explained in https://groups.google.com/d/msg/web2py/qLHP3iYz8Lo/Ly2wqK4qZZgJ I'm starting to think that it's the only adapter behaving differently. On Monday, August 13, 2012 11:46:11 PM UTC+2, Florian Letsch wrote: >

[web2py] Re: Sending emails with background queue problem

2012-08-13 Thread Florian Letsch
Yes, I am using mysql. I've accidentally posted this twice [0] on the group (sorry for that). Anthony asked: > How are emails added to the database -- does that happen within the application, or also in a script? Emails are added to the database from within the application (a controller functi

[web2py] Re: Sending emails with background queue problem

2012-08-11 Thread Massimo Di Pierro
Are you using mysql? On Friday, 10 August 2012 23:11:03 UTC-5, Florian Letsch wrote: > > I want to send emails using a background queue as described in the web2py > book: > http://web2py.com/books/default/chapter/29/8#Sending-messages-using-a-background-task > > However, the queue only sends ema