Re: [U2] Server Socket logic

2011-01-14 Thread Symeon Breen
into a directory than to spoof network packets. GlenB On 1/13/2011 11:28 AM, Symeon Breen wrote: PHANTOM From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: 13 January 2011 15:42 To: U2 Users List Subject: Re: [U2] Server Socket logic

Re: [U2] Server Socket logic

2011-01-14 Thread Tony Gravagno
I agree with Glen and Symeon - don't do socket work in the DBMS unless you control the protocol and it's dirt-simple. By far the best way to do this is to create a middle tier using tools that are designed to do this, and communicate with the DBMS as a data source. Glen and Symeon and I have

Re: [U2] Server Socket logic

2011-01-13 Thread Glen B
than to spoof network packets. GlenB On 1/13/2011 11:28 AM, Symeon Breen wrote: PHANTOM From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King Sent: 13 January 2011 15:42 To: U2 Users List Subject: Re: [U2] Server Socket logic Yes

[U2] Server Socket logic

2011-01-12 Thread Norman, David (Health)
I'm unsure on how I should structure the logic flow when opening a server socket (UV 10.0.16 HP-UX 11i). At present I start with initServerSocket in the setup phase of the program, and then wait on acceptConnection. If there's an incoming connection I do readSocket; after the data is read I do