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,SOCKETHANDLE1)
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
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Baker Hughes
Sent: 16 February 2006 18:16
To: [email protected]
Subject: [U2] Pushing envelope on openSocket
Hey friends,
Is it true that you can only do 6k to 10k openSocket's (non-persistent)
before having to reboot?
We send each Credit Card Authorization (CCA) request to a certain port
on a Linux server, running Live Processor. We do an openSocket,
writeSocket, readSocket, closeSocket - for each CCA. The response is
instantaneous (at least with the LP server in loopback mode). In phase
nn we will provide on-screen response to the sales agent, so we're
trying to do this all real-time, vs. polling some directory.
We've just been made aware of an issue regarding the number of sockets
you can open, not concurrently but consecutively, before the whole
Transport layer craters, and errors out for any subsequent socket
command. Reportedly, the resources don't get freed up at the *nix
level, even though you've closed the socket.
Has anyone encountered this issue, or heard credible reports thereof?
Any work arounds, patches, technical bulletins, intelligence, or water
cooler reports.
TIA - Baker
R. Baker Hughes
UniVerse Programming
Mouser Electronics, Inc.
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/