[google-appengine] Re: dev_appserver locks up with UrlFetch to URL within same application

2008-11-10 Thread [EMAIL PROTECTED]
I ran into this same issue writing the cron application to provided scheduled tasks for appengine applications. The current solution is to run a second instance of the dev_appserver on a second port. On Nov 10, 6:55 am, "russ.au" <[EMAIL PROTECTED]> wrote: > Okay - i should've read this first: >

[google-appengine] Re: dev_appserver locks up with UrlFetch to URL within same application

2008-11-10 Thread russ.au
Okay - i should've read this first: http://code.google.com/appengine/docs/thedevwebserver.html "Note: dev_appserver.py can only serve one request at a time. If your application makes URL fetch requests to itself while processing a request, these requests will fail when using the development web s

[google-appengine] Re: dev_appserver locks up with UrlFetch to URL within same application

2008-11-10 Thread russ.au
does the dev_appserver only process 1 request at a time? On Nov 10, 10:47 pm, Jonk <[EMAIL PROTECTED]> wrote: > On 10 marras, 13:38, "russ.au" <[EMAIL PROTECTED]> wrote: > > > Weird requirement I know - when I try UrlFetch another URL within my > > application the page doing the request never com

[google-appengine] Re: dev_appserver locks up with UrlFetch to URL within same application

2008-11-10 Thread Jonk
On 10 marras, 13:38, "russ.au" <[EMAIL PROTECTED]> wrote: > Weird requirement I know - when I try UrlFetch another URL within my > application the page doing the request never completes.  After this > the dev_appserver refuses to respond to anything.  I'm definitely not > attempting to load the S

[google-appengine] Re: dev_appserver locks up with UrlFetch to URL within same application

2008-11-10 Thread russ.au
Forgot to mention - I don't have any problem with the same code on the 'live' appspot webserver. On Nov 10, 10:38 pm, "russ.au" <[EMAIL PROTECTED]> wrote: > Weird requirement I know - when I try UrlFetch another URL within my > application the page doing the request never completes.  After this >