[appengine-java] GAE for few requests & high processing

2009-12-13 Thread Ronin
hi, My Java App anticipates few requests, but a lot of processing. Hence it was designed to be multi-threaded. Since the multiple threads are not allowed in GAE & max request processing time is only 30 secs with Task Queues, I'm looking at my options: 1. How do you develop high background processi

Re: [appengine-java] GAE for few requests & high processing

2009-12-13 Thread Shawn Brown
> My Java App anticipates few requests, but a lot of processing. Hence > it was designed to be multi-threaded. Since the multiple threads are > not allowed in GAE & max request processing time is only 30 secs with > Task Queues, I'm looking at my options: > 1. How do you develop high background pro