[google-appengine] Re: Using pull queues with tagging to battle contention / batch tasks

2015-03-15 Thread Kaan Soral
Well I went ahead and utilized the pull queues Replaced my existing taskqueue/db routine that I stress tested here: https://groups.google.com/forum/#!topic/google-appengine/qxQZJGHd8c4 I have to say I love pull queues, out of 1M separate increment tasks, the total result was 1M+25, the error is

[google-appengine] Re: Using pull queues with tagging to battle contention / batch tasks

2015-03-15 Thread Kaan Soral
Well I want ahead and utilized the pull queues Replaced my existing taskqueue/db routine that I stress tested here: https://groups.google.com/forum/#!topic/google-appengine/qxQZJGHd8c4 I have to say I love pull queues, out of 1M separate increment tasks, the total result was 1M+25, the error is

[google-appengine] Re: Can't access a local mongodb database. Keeps getting access denied ("java.lang.RuntimePermission" "modifyThreadGroup")

2015-03-15 Thread Marcial Roman
App Engine "sandbox" environment imposes some restrictions on what can be done. As it is stated in public documentation [1]: "... you must use one of the methods on ThreadManager to create your threads. You cannot invoke new Thread() yourself or use the default thread factory