Thanks. I tried turning off buffering on both ends, thatdid not work.
In your example, you only call sysread() once. Is that how you were doing it? If so, that's the mistake. The one call got you part of the data. Then you would loop, check and eventually call again to get the rest. Make sense?
Yes, make sense, but not sure how to "check". Is this where select() comes
in?
You got it.
Let me know if you want to see the entire code I am currently working with.
Sure, especially if your client and server are small, post away. Tell me what you're really trying to create too.
James
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]