RE: [U2] TCP/IP Standard Packet design

2006-08-24 Thread Tom Dodds
You might want to consider the use of sockets to move your data. The UniVerse socket functions work quite well. I have a couple of sample programs that I could send you, off line, if you would like. Tom Dodds [EMAIL PROTECTED] 513-563-2800 Cincinnati Office 708-234-9608 Chicago Office

RE: [U2] TCP/IP Standard Packet design

2006-08-23 Thread Glen Batchelor
You need to decide a few things first. Do you want really want defined packets, or will a stream work? If you are going to be transmitting packets, then you should size the packets according to your average document size. For example, if your document is normally 1K (1024 bytes) then it makes