discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: socket losing data


From: Marko Riedel
Subject: Re: socket losing data
Date: Fri, 2 May 2008 22:34:58 +0200 (CEST)

I forgot to mention -- all of this is synchronous (not in the background).
Are there GNUstep applications out there that do this -- synchronously --
so that one could study their code?

Marko

--- "hns@computer.org" <hns@computer.org> schrieb:

> I would try
> 
> [fileHandle synchronizeFile];
> 
> which should "push" all internal buffers to the network (but does NOT
> denote end of data to the peer - so the peer TCP/IP stack may buffer
> and NOT deliver to its application).
> 
> and
> 
> [fileHandle closeFile];
> 
> which is described to notify end of communication.
> 
> -- hns
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep
> 


+-------------------------------------------------------------+
| Marko Riedel, EDV Neue Arbeit gGmbH, markoriedelde@yahoo.de |
| http://www.geocities.com/markoriedelde/index.html           |
+-------------------------------------------------------------+


      Machen Sie Yahoo! zu Ihrer Startseite. Los geht's: 
http://de.yahoo.com/set




reply via email to

[Prev in Thread] Current Thread [Next in Thread]