When the page is returned to the browser, the Page class is released from
memory, but not the Thread. Rather than using this method, I would suggest
that you create a Web Service that maintains a constant connection to the
server, and can provide the information to the various instances of the Page
by request.

Signature
HTH,
Kevin Spencer
Microsoft MVP
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
> Hi all,
>
[quoted text clipped - 16 lines]
>
> Christian
Christian - 26 Sep 2007 15:12 GMT
Hi Kevin,
thanks for your help... I figured out, that this only happens if the
socket.recieve returns on timeout ...
I already thaougt on catching the data external ...
How can i communicate with the webservice ?
Is there a "simple" way ?
What advantages has a websevice ?
Kind regards
Christian
Kevin Spencer - 27 Sep 2007 12:31 GMT
Hi Christian,
XML Web Services are contacted via HTTP, using SOAP (Simple Object Access
Protocol). You can read more about Web Services here:
http://msdn2.microsoft.com/en-us/library/ms996507.aspx

Signature
HTH,
Kevin Spencer
Microsoft MVP
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
> Hi Kevin,
>
[quoted text clipped - 10 lines]
>
> Christian