[twsocket] Mailing list usage

2011-07-08 Thread Francois PIETTE
To all subscribers: 1) Please do not use HTML or RTF messages in the list. Use only plain/text messages (by default Outlook uses HTML ! You must change the setting). When replying, be sure to use plain/text. If someone email to list accidently NOT in plain text and if you reply to it, do

[twsocket] Wiki : author wanted

2011-07-08 Thread Francois PIETTE
Hi ! As you probably know, we have a Wiki for ICS documentation: http://wiki.overbyte.be A wiki is a collaborative tool. We already have a few authors writing articles. Actually not that much ! If you have some spare time, please use it to write some article in the wiki. If each ICS user wri

[twsocket] ICS group on social networks LinkedIn and FaceBook

2011-07-08 Thread Francois PIETTE
Hi ! Every ICS user is invited to be part of ICS-group on Linked-In. See http://www.linkedin.com/e/gis/136245 Why ? Just to have a little bit more visibility for everyone of us and for ICS. There is another one on FaceBook: http://www.facebook.com/pages/ICS-Internet-Component-Suite/394936221

Re: [twsocket] Multicast question

2011-07-08 Thread Francois PIETTE
Hi Emanuele, I see that you seems to fully understand multicast. Can I ask you to write some description about multicast properties in ICS wiki (http://wiki.overbyte.be/wiki/index.php/TWSocket) ? If you don't already have a write access to the wiki, I will grant it to you. Just let me know w

Re: [twsocket] About OnChangeState event

2011-07-08 Thread KwanKin Yau
Thanks for your explanation, advice, and your great job! Thank you! -- KwanKin Yau On 2011-7-9 13:48, Francois PIETTE wrote: I am using ICS-V7 Distribution (October, 2010). I have encountered a problem when using this component: I make a Connect() call to invalid

Re: [twsocket] About OnChangeState event

2011-07-08 Thread Francois PIETTE
I am using ICS-V7 Distribution (October, 2010). I have encountered a problem when using this component: I make a Connect() call to invalid address(that is no guy listen on that address and that port), after a while, the OnChangeState event fired, with the NewState = wsConnected, in this case, wh

[twsocket] About OnChangeState event

2011-07-08 Thread KwanKin Yau
Hi, I am using ICS-V7 Distribution (October, 2010). I have encountered a problem when using this component: I make a Connect() call to invalid address(that is no guy listen on that address and that port), after a while, the OnChangeState event fired, with the NewState = wsConnected, in this ca

[twsocket] Suggestion for DocumentToContentType

2011-07-08 Thread Lars Gehre
Hi, after getting chewed out (again!) for forgetting to extend the "DocumentToContentType" function after an update of ICS, I like to suggest an improvement. As base use a THashedStringlist (or something similar). Fill the list with the default extension/contentType names and values pairs and pr

[twsocket] Small problem with ifdefs in httpSrv

2011-07-08 Thread Lars Gehre
Hi, I found one small problem in the THttpConnection class: FPostRcvBuf : array [0..1023] of Byte; { V7.30 } FPostCounter : Int64; { V7.30 } must to be placed before the {$IFNDEF NO_AUTHENTICATION_SUPPORT} block, otherwise

Re: [twsocket] Hang in TIcsWndControl.ProcessMessages

2011-07-08 Thread Francois PIETTE
Does anyone have ideas why TIcsWndControl.ProcessMessages could hang sometimes when socket is used in separate thread? Have you followed the rules: create TWSocket within the thread's execute method OR call ThreadAttach ? Yes socket is created within threads execute method, and it works most