Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - PPS - client/server - what separates one client from another?: (1 Item)
   
PPS - client/server - what separates one client from another?  
Not sure where exactly to post this, so... feel free to direct me to a more correct forum.

If a service created a server object in PPS, and my client program accesses it, with request ids, only the client that 
sent the request is supposed to receive it.

However, what exactly is considered a client in this context? Only a connection with the same request id? This doesn't 
seem likely, since I'm getting responses with different ids on the same connection. I can even create a connection and 
send a request, and then get a response with an id that is from a previous request - on a previous channel, but from the
 same app.

So, is one app == one client, no matter how many times it opens the pps "file"? Or how exactly is this supposed to work?