I searched for the answer a long time. This is working great. Thanks a lot.
If you know a good site about remoting, please tell me.
"Timofey Kazakov" <userstvo (AT) mail (DOT) ru> wrote
Hello, "Hans"
Quote:
Is it possible to handle one request at a time, so the
first request is handled immediatly and the second request is queued until
the first request is finisched?
I'm trying with singleton Remoting
You can inherit your server object from ContextBoundObject class and mark it
|
with SynchronizationAttribute.