If you really want it to receive the messages separately with the 
delimiter between them, you could multi-thread your client application. 
That is, have 10 clients each send 1 message to the server. That should 
ensure separate TCP packets. Also, putting a 10 second sleep() between 
each send & flush should result separate TCP packets.
    Best Regards,
                    Elizabeth Clause

Reply via email to