Re: [Webware-discuss] Using SVN head in production environment

2012-12-07 Thread Andreas Poisel
* Christoph Zwerschke c...@online.de [06.12.2012 12:10]: Yes, as Sophana already answered, the trunk is stable; I want to cut a new release from it this month anyway. I'll wait for the new version then. Thanks a lot. -- Bye, Andreas

Re: [Webware-discuss] RuntimeError: dictionary changed size during iteration

2012-12-07 Thread Sophana K
Yes, I'm creating a Scheduler instance. I didn't know I was supposed to use the one from the application. Is it normal that a scheduler instance automatically does session sweeping? Shouldn't the application create the task explicitely? I have now fixed my code to use the existing scheduler.

Re: [Webware-discuss] RuntimeError: dictionary changed size during iteration

2012-12-07 Thread Christoph Zwerschke
Am 07.12.2012 12:16, schrieb Sophana K: Yes, I'm creating a Scheduler instance. I didn't know I was supposed to use the one from the application. It's ok to create your own instance. But then the two schedulers will run as two parallel threads which needs more ressources and you can get these