Hi,
I have an application that listens for incoming requests from client. When
a request comes, a session is created, and when all it's work is done, the
application should request a callback method on the client.
Problem is, the callbacks must be independent from each other, and be made
asynchronously. I do NOT want one callback having to wait for another to
finish. I want them at the same time. Now, how do I make this
implementation ?
Also, I do not want Visibroker to stall if the client would be
unavailable.
Could someone answer this fast please ?
Thanks,
Dime
LL - 14 Sep 2004 04:25 GMT
You can use VisiBroker's Native Messaging feature, that is available
in versions 5.2 and later.
HTH
LL
> Hi,
>
[quoted text clipped - 14 lines]
> Thanks,
> Dime