I have tried to add some threading in a web2py application I am developing. Whenever I try to start a new thread though, I get the following error:
<class 'thread.error'> can't start new thread
I take it that the creation of threads is intentionally blocked for free accounts, in order not to abuse the resources. Do the paid accounts have the same limitation?
Thanks