Hi Francois,
Probably am.
Thing is, the server is ultimately going to be written in GCC running on
Redhat 6.2 Linux. Since this appears to be a server issue perhaps it will
go away then. But the fact that the two windows applications don't do the
connection thing correctly tells me there is
You can attach to running process in Delphi to debug a service.
Dan
- Original Message -
From: "Fastream Technologies" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Tuesday, October 11, 2005 10:30 AM
Subject: Re: [twsocket] Fw: Sync THttpConnection derivative
I know have a secon
Why don't you use TWSocketServer ?
Are you reinventing the wheel ?
--
[EMAIL PROTECTED]
http://www.overbyte.be
- Original Message -
From: "John Dammeyer" <[EMAIL PROTECTED]>
To: "'ICS support mailing'"
Sent: Wednesday, October 12, 2005 8:00 PM
Subject: [twsocket] Error 10048 in TWSocket
Hi all,
I have a server and a client. The Server application is started and does
the following:
SrvSocket.Proto := 'tcp';
SrvSocket.Addr:= '0.0.0.0'; // Use any interface
SrvSocket.Port:= '4000';// Wait on this port.
SrvSocket.Listen; // Start
I still have not been able to pinpoint the problem but I have a clue: The AV
occurs when the ISAPI interface is used to run php5isapi.dll and not other
ISAPI dll's and I read that PHP5 is not fully thread-safe. So it is probably
a PHP bug...
Again, thank you very much for your help.
Best Regar