I understand this, but this would cause web2py to hang on the db select in the controller or not to enter the controller at all? I am still confused, that nothing from the controller is run not even the simple print "something" clause.
Dne úterý, 5. června 2012 18:03:32 UTC+2 Massimo Di Pierro napsal(a): > > Yes. The background process will lock the db every time you write until > you explicitely commit. > > On Tuesday, 5 June 2012 10:29:00 UTC-5, Jan Rozhon wrote: >> >> One more thing, I am running a background job as well, can it block the >> web2py's execution? >> >

