Re: [Gambas-user] Multiple TCP server sockets

2010-12-28 Thread Benoît Minisini
That is not the issue, you can do that, but they all use the same socket_read sub. Or I my missing something here? Hem, you are right, I didn't notice. Internallly the Socket object knows which ServerSocket created it, but you don't have any access to it! As a

Re: [Gambas-user] Multiple TCP server sockets

2010-12-28 Thread Ron
Do I miss something here? I have several server sockets on several ports for years in Gambas2... Regards, Ron_2nd. 2010/12/28 Benoît Minisini gam...@users.sourceforge.net:     That is not the issue, you can do that, but they all use the same   socket_read sub. Or I my missing something

Re: [Gambas-user] Multiple TCP server sockets

2009-02-19 Thread Jose J. Rodriguez
On 2/19/09, Benoît Minisini gam...@users.sourceforge.net wrote: On 2/17/09, Benoît Minisini gam...@users.sourceforge.net wrote: Is there any way to get different TCP server objects with different ports to use a different socket object for read? I am trying to port my VB6

[Gambas-user] Multiple TCP server sockets

2009-02-17 Thread Jose J. Rodriguez
Is there any way to get different TCP server objects with different ports to use a different socket object for read? I am trying to port my VB6 multiport communications server application to Gambas2 and (I think) I need something like that to get it to work. Regards, Joe1962

Re: [Gambas-user] Multiple TCP server sockets

2009-02-17 Thread Benoît Minisini
Is there any way to get different TCP server objects with different ports to use a different socket object for read? I am trying to port my VB6 multiport communications server application to Gambas2 and (I think) I need something like that to get it to work. Regards, Joe1962 I would say