Re: [twsocket] Some socket problems

2007-06-28 Thread Francois PIETTE
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

Re: [twsocket] TWSocketServer

2007-06-28 Thread Francois Piette
> > 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

Re: [twsocket] TWSocketServer

2007-06-28 Thread Angus Robertson - Magenta Systems Ltd
> 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

Re: [twsocket] Some socket problems

2007-06-28 Thread Wilfried Mestdagh
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

Re: [twsocket] TWSocketServer

2007-06-28 Thread Dod
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

[twsocket] TWSocketServer

2007-06-28 Thread Engi
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

[twsocket] Some socket problems

2007-06-28 Thread A Drent
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