There is a sample ISAPI DLL included with ICS-V5.
Have a look !
--
[EMAIL PROTECTED]
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be
- Original Message -
From: "A Drent" <[EMAIL PROTECTED]>
To:
Sen
> > I think you must create one instance of TWSocketServer per port.
> >> Is a TWSocketServer can manage several port ?
>
> Arno did start work on a new socket server that supported multiple ports,
> useful for FTP with SSL where you may want to listen on two or more ports.
A work around is to us
> I think you must create one instance of TWSocketServer per port.
>> Is a TWSocketServer can manage several port ?
Arno did start work on a new socket server that supported multiple ports,
useful for FTP with SSL where you may want to listen on two or more ports.
Angus
--
To unsubscribe or cha
Hello,
> However the first time it goes well, but refreshing a page gives me
> Error 10022 in function WSAAsyncSelect Invalid argument
You probably have a wrong pointer somewhere or destroyed something where
still a reference is to.
> after the
> first call the component thinks that I have not s
Hello Engi,
I think you must create one instance of TWSocketServer per port.
E> Is a TWSocketServer can manage several port ?
E> Engi
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www
Hi,
Is a TWSocketServer can manage several port ?
Engi
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
I want to create a webapplication and use TWSocket to ask questions to a
remote server. If I create a cgi application it works well. But if I want to
test the application under webappdebug things go wrong:
I 've got a WebModuleBeforeDispatch event where I do the connection to a
remote server.
Afte