Hi Chetan,

> Hi Thomas,

It's Markus Thömmes/Thoemmes respectively :)

> Is this routing round robin for per namespace + action name url or is
> it for any url? For e.g. if we have controller c1-c3 and request come
> in order a1,a2,a3, a1 which controller would be handling which action
> here?

It's for any URL. I'm not sure the general front-door (nginx in our case) 
supports keyed round-robin/least-connected. For sanity, I basically assume that 
every request can land on any controller with no control of how that might 
happen.

Cheers,
Markus

Reply via email to