These dev_appserver.py params seem important for running multiple instances:
--address=ADDRESS, -a ADDRESS Address to which this server should bind. (Default localhost). --port=PORT, -p PORT Port for the server to run on. (Default 8080) --datastore_path=PATH Path to use for storing Datastore file stub data. (Default /var/folders/PP/PP05HWgpEyadqSwuIRPRSU+++TI/-Tmp-/ dev_appserver.datastore) --history_path=PATH Path to use for storing Datastore history. (Default /var/folders/PP/PP05HWgpEyadqSwuIRPRSU+++TI/-Tmp-/ dev_appserver.datastore.history) I would expect multiple processes might butt heads when accessing the same Datastore. And of course you need to put the servers on different address/port combinations. On Jan 8, 11:39 am, 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 -~----------~----~----~----~------~----~------~--~---
