Hello to all.

I'm looking for a good rpc library and really want using cxxtools.

Looking at the log messages in rpc demos, I could see that in the
server, the logger logs the client ip.

In my service I need to keep the state of the client connections. A
kind of "context", in fact.

So I need to use a session system.

Here I can use a very simple session system: as every client and the
server are in the same network and a client can have only one current
connection, I can use the client ip address as session key (to avoid
session logic on its side).

The problem is that I couldn't find in the documentation or in the
examples how to intercept the client call in the server (to decide
which action to take: create a new context or use the current one).

I couldn't find in the http server (or in any of its parents) some
methods which allow me to do that.

If you may help me, I thank you very much :-)

-- 
Atenciosamente,
Leandro

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to