If all versions have the SAME code why direct different host names to
different versions.
GAE will create multiple instances of the same code to service
simultaneous requests, up to hundreds of requests a second.

2011/1/11 Sahid Orentino Ferdjaoui <sahid.ferdja...@gmail.com>:
> Hello All,
> I have a app with different versions.
> All versions use the same code but i would like configure my app.yaml to use
> differente script by versions.
> hum... i don't know if i'm understable :)
> An example (app.yaml):
> handlers:
> - url: server1.APPID.appspot.com/.*
> - script: servers/server1/main.py
> - url: server2.APPID.appspot.com/.*
> - script: servers/server2/main.py
> - url: /.*
>   script: main.py
> How do that? or something like...
>
> Thank a lot!
> --sahid
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to