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:25:32 +0200 (CEST)

Thanks for the hint. I am already using these two. I still found your
comment helpful, since you say that even after a "synchronizeFile" the
peer TCP stack may not have delivered to the application (webserver), so
it could be a problem in the server (which is written in Perl).

Best regards,

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           |
+-------------------------------------------------------------+


      Lesen Sie Ihre E-Mails auf dem Handy.
www.yahoo.de/go




reply via email to

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