0
votes
2answers
123 views

Design pattern for client/server sessions?

Are there any common patterns or general guidance I can learn from for how to design a client/server system where the both the client and server must maintain some kind per-client session state? I've ...
0
votes
0answers
133 views

STAF/STAX and python alternative

We are looking into replacing some homegrown pieces and the candidates are: STAF (http://staf.sourceforge.net/) anything mature in python My colleague Kevin has looked into STAF so I am ...