Bob,

Thank you for this account of your experience, very helpful.  I will
share this with our development team.

R. Baker Hughes
UniVerse Programming
Mouser Electronics, Inc.



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Witney
Sent: Monday, February 20, 2006 2:08 AM
To: [email protected]
Subject: RE: [U2] Pushing envelope on openSocket


Hi

I am using sockets to run stored procedures in MS SQL and bring back the
results in our telesales area

We do literally thousands of interactions a day

the loop is

protocolLogging("","OFF",10)
openSocket(SERVER.IP.ADDRESS,SOCKET.PORT,BLOCKINGMODE,TIMEOUT,SOCKETHAND
LE1)
writeSocket(SOCKETHANDLE1,SRDATA,TIMEOUT,BLOCKINGMODE,
readSocket(SOCKETHANDLE1,CLDATA,CDATLEN,TIMEOUT,BLOCKINGMODE,ACTSIZ)
RcloseSocket(SOCKETHANDLE1)
 
We have absolutley no problems

At the same time we are clearing credir cards thru our bank systems

These interactions are longer but again we do hundreds a day with no
problems at all

Bob

-
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to