Hi everyone, I have a question about the scheduler and communicating between the scheduler process and my web app. In another post here, Niphlod suggested using the database or the file system to communicate between the scheduler and my app--for example, to communicate some content to display in a flash message. I will be using sqlite as my database. What are the concurrency problems I may be facing sharing the message through sqlite? Would using the file system be better? Or, should I consider a more sophisticated messaging system like that in websocket_messaging in the contrib folder. Or is there some other better way?
Thanks Rod -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

