Re: [Flashcoders] Re: Flushing Socket data when TCP-connection suspends and then resumes

2011-05-26 Thread Alexander Farber
I'm using a poll() in my server (in Perl, but it could be C, and it could be select() instead of poll() - doesn't matter). When poll() reported there is incoming data by POLLIN event, I was calling my subroutine to read incoming data. But I don't want to read 2 bytes and then later (on next

Re: [Flashcoders] Re: Flushing Socket data when TCP-connection suspends and then resumes

2011-05-23 Thread allandt bik-elliott (thefieldcomic.com)
What was the issue? On May 19, 2011 2:07 PM, Alexander Farber alexander.far...@gmail.com wrote: Nevermind, found 1 issue in my server... ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] Re: Flushing Socket data when TCP-connection suspends and then resumes

2011-05-19 Thread Alexander Farber
Nevermind, found 1 issue in my server... ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders