Forum Post: RE: Multi-tentant - appserver - webspeed

  • Thread starter Thread starter bart.syryn
  • Start date Start date
Status
Not open for further replies.
B

bart.syryn

Guest
We're planning to use 11.3.2 to set this up. So I suppose that Client-context-id is available. But if you would use the session-id on the client side to pass that to the appserver. How can the activate.p on the appserver recieve that parameter ? I don't see how we could pass it and check it. We use stateless, so when the user logs in, we make a connection to the appserver. The connection isn't closed, only when the users logs out of the application. Every time there's a request to the appserver, we check at the client side if the handle-appserver is still valid, if valid just run the .p otherwise make a new connection. So everytime there's a request on the appserver the activate.p would run, and checks the session-id and CP to set the client. Has that a great influence on performance ?

Continue reading...
 
Status
Not open for further replies.
Back
Top