Re: have to restart a publishing point after each connection
- From: "Neil Smith [MVP Digital Media]" <neil@xxxxxxxxxx>
- Date: Tue, 22 Nov 2005 11:02:21 GMT
On Tue, 22 Nov 2005 00:21:04 -0800, "Ed"
<Ed@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>Hye,
>
>everytime a client connects to a stream i have to restart it otherwise it
>want start again.
>Any ideas what could be the problem?
>
Are there any messages in the error log to indicate a problem ?
Cheers - Neil
.
Relevant Pages
- Re: How do I stop a Winsock from buffering characters?
... it's applied at the OS level to the socket. ... Stream s = client.GetStream; ... from the client code and have the server see it right away. ... first character of the client send. ... (microsoft.public.windowsce.embedded) - Re: How do I stop a Winsock from buffering characters?
... The client is just doing this to send: ... Stream s = client.GetStream; ... I just wan to send one character ... from the client code and have the server see it right away. ... (microsoft.public.windowsce.embedded) - Re: Is this the correct way to send a Bitmap over sockets?
... clickpoints) from the server to the client. ... indicating that the Socket was closed. ... "logical" stream ... (microsoft.public.dotnet.languages.csharp) - Re: Client Server
... Otherwise, read a file in via a stream, make any required updates, and write ... > myself and compares it to the data that the client has sent to ... My response, though it was very general in nature, assumed exactly what you ... at some point you want the server to read this file in. ... (comp.lang.java.help) - Re: How do I stop a Winsock from buffering characters?
... Stream s = client.GetStream; ... I just wan to send one character at a time ... from the client code and have the server see it right away. ... I don't see the server reads that you're talking about as having dropped the ... (microsoft.public.windowsce.embedded) |
|