[twsocket] I'm blocked !

2006-09-29 Thread Francois Piette
Hello All ! I currently have problems (already 3 days) with the mailing list. I can post messages, but I can't receive anything. Somewhere my email domain overbyte.be is blacklisted ! I'm busy with my ISP and with elists.org owner to find out where the problem is. Contribute to the SSL Effort. Vi

[twsocket] Writing a transparent HTTP proxy

2006-09-29 Thread Fastream Technologies
Hello, I have a few issues left for understanding how a transparent proxy works. I talked with a friend in an ISP how they configure them and he said they use Layer4 switches to redirect all HTTP port 80 traffic to the proxy even though the end user does not configures his browser settings for the

[twsocket] FTP Server Multithread

2006-09-29 Thread Arnold FLUTEAUX
Hi, If I have several clients FTP (ICS) which connect on FTP server. (ICS) in the same time, must I set ftpserveur.ServSocket.MultiThreaded to true or not ? Thanks Arnold -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/list

[twsocket] [OT] I'm still blocked

2006-09-29 Thread Francois Piette
Still trying to solve the mail problem. -- [EMAIL PROTECTED] http://www.overbyte.be -- 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

Re: [twsocket] [OT] I'm still blocked

2006-09-29 Thread Anatoly Podgoretsky
They want a money. It's kind of racketeering. With best regards, Anatoly Podgoretsky - Original Message - From: "Francois Piette" <[EMAIL PROTECTED]> > Still trying to solve the mail problem. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.el

Re: [twsocket] [OT] I'm still blocked

2006-09-29 Thread Francois PIETTE
> Still trying to solve the mail problem. It seems to be solved now. I've been told that my ISP was flooded by virus loaded emails comming from elists.org (probably spoofed email). The flood triggered a kind of security measure which blacklisted the domain. It has been manualy restored and now I

Re: [twsocket] FTP Server Multithread

2006-09-29 Thread Francois PIETTE
> If I have several clients FTP (ICS) which connect on FTP server. (ICS) in > the same time, must I set ftpserveur.ServSocket.MultiThreaded to true or > not ? Set MultiThreaded to true only when the component is used in the context of a worker thread (any thread which is not the main thread).

[twsocket] Http traffic counters

2006-09-29 Thread Frans van Daalen
Hi, I have several thttpcli's in serveral threads doing some websearching. Can someone point me to a way to keep track of the total kb send/recieved /minute by all thttpcli's together. Thanks in advance Frans -- To unsubscribe or change your settings for TWSocket mailing list please goto ht

Re: [twsocket] Http traffic counters

2006-09-29 Thread Francois PIETTE
> I have several thttpcli's in serveral threads doing some websearching. Can > someone point me to a way to keep track of the total kb send/recieved > /minute by all thttpcli's together. There are no specific counters in the component. You have to implement this by yourself using OnCommand (sendi