Since GAE is serverless, you can’t route requests to a specific instance 
depending on the user. Within GCP, you may be able to use VM’s with a load 
balancer to route requests to specific VM’s depending on the user using the 
URL as a distinction, but it would require a lot of work to implement and 
it can be very pricey.
On Tuesday, April 27, 2021 at 9:09:01 AM UTC-4 jonasr...@gmail.com wrote:

> It's clear said in GAE documentation that  *Any request can be routed to 
> any instance, so consecutive requests from the same user are not 
> necessarily sent to the same instance*.
>
> But what if the requests from the same user need to be always handled in 
> the same instance, and the requests from another user are handled in 
> another instance?
> Is there a way to realize this? Or any other GCP products are targeted to 
> handle this situation?
>
> Thanks.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/882f065b-0da2-4c52-9560-cd6c7c53eaaan%40googlegroups.com.

Reply via email to