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