> Would you consider patching my changes into ICS?
If you look at each call to AsyncReceive, you'll see that some (Do_FD_CLOSE)
doesn't pass FComponentOptions. So your patch can't be applyed as is without
impacting the behaviour and compromising the component.
The change has to be clever to affec
Sorry for sending too early!
Hello,
As you know we have a web reverse proxy. When the client (outgoing) socket
returns the winsock error 10054, I want to pump answer404 to the incoming
socket. Here is the code,
...
OnDataSent = ConnectionDataSentErrorPages;
if(State == wsConnected && !FSession
Hello,
As you know we have a web reverse proxy. When the client (outgoing) socket
returns the winsock error 10054, I want to pump answer404 to the incoming
socket. Here is the code,
...
OnDataSent = ConnectionDataSentErrorPages
if(State == wsConnected && !FSessionClosedFlag)
{
if(!contentLe
Hello Wilfried and Francois,
Would you consider patching my changes into ICS?
--
Best regards,
Jack
Sunday, March 18, 2007, 5:17:12 AM, you wrote:
> Hello Jack,
> This seems OK. Indeed if you set wsoNoreceivedLoop in the
> OnDataAvailable handler it will hot have an effect when there is still
Alright, no need to worry then, since users are responsible for supplying
enough memory for 1 clients. Plus I had the client stress tester on the
same machine as well. That should have been why it went out of memory...
BTW, nobody has commented on the code I sent? It is freeware and open
so
Hello Fastream,
If this is a windows error then it is ERROR_OUTOFMEMORY.
---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz
Sunday, March 18, 2007, 14:59, Fastream Technologies wrote:
> Hello,
> What does this error mean? I get this when I ope
Hello,
What does this error mean? I get this when I open more than 8,000 sockets on
my Core 2 Duo with 2GB RAM. Could it still be a RAM problem?
Best Regards,
SZ
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Vi
Hello Markus,
TCriticalSection will protect your StringList among multiple threads, so
that's ok.
---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elis
Hello Jack,
This seems OK. Indeed if you set wsoNoreceivedLoop in the
OnDataAvailable handler it will hot have an effect when there is still
data to receive and with this fix it is.
Another possibility is that you set wsoNoreceivedLoop beforehand at
creation time of TWSocket, then you dont need t
Hello,
I've to rebuild some piece of my application because it fails after
relatively short amount of time and I don't find the fault.
It uses TWSockets on two occasions: one for up to ten parallel
communications via UDP and one time for sending the results of these
communications and for rece
Delphi 2007 for Win32 is out. You can get it quickly if you buy on-line.
Physical boxes will be available shortly according to CodeGear. Delphi 2007
for Win32 is already available in english, french, german and japanese.
The latest ICS & MidWare are compatibles with Delphi 2007. Actually Delphi
20
11 matches
Mail list logo