T
Tenacious
I need to add to my server application the ability to receive up to
30K of XML data from a client application. I know I can use an
XmlTextReader() to receive the data and put it into the cache. What I
am mostly not sure about is how the server is supposed to know that a
client is wanting to connect and is ready to send data. Do I set up a
polling thread in the server to check for a connect request or is
there a better way?
30K of XML data from a client application. I know I can use an
XmlTextReader() to receive the data and put it into the cache. What I
am mostly not sure about is how the server is supposed to know that a
client is wanting to connect and is ready to send data. Do I set up a
polling thread in the server to check for a connect request or is
there a better way?