RE: [U2] Socket Error Question...

2006-04-04 Thread Gordon J Glorfield
That's how a port listener usually works. As soon as it accepts an inbound message it spawns a new copy of itself to continue the listening of the port while it then goes off to deal with the message. Gordon J. Glorfield Sr. Applications Developer UnitedHealthcare's Mid-Atlantic Health Plans

RE: [U2] Socket Error Question...

2006-04-03 Thread Bob Witney
) : 0156: RESULT=closeSocket(SOCKETHANDLE2) Works great and handles thousands of transactions a day Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Wolverton Sent: 03 April 2006 05:25 To: 'u2 users group' Subject: RE: [U2] Socket Error Question

RE: [U2] Socket Error Question...

2006-04-02 Thread David Wolverton
Building on my last question... It appears that if I close the acceptor and open a new acceptor after each SocketRead it all works well - it just seems like this is not how it should work -- or is it? DW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of