I am running the latest GAppEngine SDK on Leopard with Python 2.5.4.
As mentioned in the initial post, I have configured each of the web
servers to run on specific ports (and both are configured to use their
own data storage).
I am noticing the issue when one of the web servers if responding to a
request from the 2nd one. The exact scenario is the following:

1. web server 1 is posting some data to web server 2
2. web server 2 is requiring authentication and it returns a 401
3. web server 1 receives back a 200

I have debugged the web server 2 request cycle and the response status
was correctly set up to the latest execution steps of the cycle. But,
it finally returns a 200 (my impression is that the framework is using
sys.stdout redirection and at some point the 2 processes are stepping
on each other toes).

I'll try to create a very simple test case to reproduce the problem,
but if you have a simple environment just try to emulate the above
scenario.

tia,

./alex

On Jan 8, 10:03 pm, Bill <[email protected]> wrote:
> Alex,
>
> I've had no problem running 2 dev web servers on my MacBook Pro
> (Leopard OS X).  What OS are you using and are you launching
> dev_appserver.py with the port options?  You have to give more
> detailed information.
>
> Best,
> Bill
>
> On Jan 8, 2:39 pm, Alex Popescu <[email protected]>
> wrote:
>
> > I am trying to run 2 dev web servers on my local machine in order to
> > test some fetch functionality. Anyways, even if both apps are
> > configured to use different ports and they are running in 2 different
> > Python processes, this doesn't seem to work. Is this a known
> > limitation? Is there any workaround?
>
> > tia,
>
> > ./alex
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to