Re: [twsocket] Problem with Overbyte website

2006-01-03 Thread Francois PIETTE
There is no activex, only a java applet for the snow :-) -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, January 03, 2006 8:20 PM Subject: Re: [twsocket] Problem with Overbyte website >

Re: [twsocket] WSocket DNSLookup.

2006-01-03 Thread Ja
Wiadomość Oryginalna Od: Wilfried Mestdagh <[EMAIL PROTECTED]> Do: ICS support mailing Data: Tue, 3 Jan 2006 22:00:48 +0100 Temat: Re: [twsocket] WSocket DNSLookup. > Hello Ja, > > > Is there any way to do a WSocket DNSLookup and OnLookupDone get > > adress of host that have been look

Re: [twsocket] WSocket DNSLookup.

2006-01-03 Thread Wilfried Mestdagh
Hello Ja, > Is there any way to do a WSocket DNSLookup and OnLookupDone get > adress of host that have been looked up? I do not understeand the question. CAn you please rephrase it ? --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz -- To uns

Re: [twsocket] Dnslookup... WSocket...

2006-01-03 Thread Wilfried Mestdagh
Hello Ja, > Is DNSLookup with WSocket async? yes. please dont reply to a thread if subject is different. Many modern email reader can sort on thread so many people will not see your question if they are not interested in the thread (in this case 'problem with overbyte website') --

[twsocket] WSocket DNSLookup.

2006-01-03 Thread Ja
Is there any way to do a WSocket DNSLookup and OnLookupDone get adress of host that have been looked up? Thanx -- 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] Dnslookup... WSocket...

2006-01-03 Thread Ja
Is DNSLookup with WSocket async? Thanx! -- 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] Problem with Overbyte website

2006-01-03 Thread Francois PIETTE
A user reported a problem when accessing my website http://www.overbyte.be. When clicking on the applet with the snow, he get a 404 page from overbyte.com domain (note .com, not .be). From here, I have no problem at all. Can I ask you to check and tell me USING PRIVATE EMAIL, NOT THE LIST, if i

Re: [twsocket] HttpCli multiple download

2006-01-03 Thread Francois PIETTE
> So I guess the correct place to immediately start another > download is StateChange event. No, the correct place is from the OnRequestDone event and only that event. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be - O

Re: [twsocket] HttpCli - How set Oncookie event at runtime?

2006-01-03 Thread Francois PIETTE
You should show the code you have: the offending like and the procedure definition. Be sure to use a procedure of object and not a simple procedure. If you don't know how to declare it, just drop a HTTP component on the form, use the object inspector to create the event handler, then delete the

[twsocket] HttpCli multiple download

2006-01-03 Thread Marcello Vezzelli
> AL> Does anyone have an example of mulitple file upload using HTTP. I've > AL> downloaded httpcliexample.zip and can upload single files, however when I'm working on a project which involves a sequence of file downloads via http GET. I noticed that a message posted with PostMessage in OnDocEnd

Re: [twsocket] Mulitple file upload using HTTP

2006-01-03 Thread Andrew Law
Thanks that did the trick. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dod Sent: 03 January 2006 16:19 To: ICS support mailing Subject: Re: [twsocket] Mulitple file upload using HTTP Hello Andrew, Create one instance HTTPCli per upload ? AL> Does

Re: [twsocket] Mulitple file upload using HTTP

2006-01-03 Thread Dod
Hello Andrew, Create one instance HTTPCli per upload ? AL> Does anyone have an example of mulitple file upload using HTTP. I've AL> downloaded httpcliexample.zip and can upload single files, however when I AL> try to upload mulitple files I get HTTP busy all the time and only upload AL> the firs

[twsocket] Mulitple file upload using HTTP

2006-01-03 Thread Andrew Law
Does anyone have an example of mulitple file upload using HTTP. I've downloaded httpcliexample.zip and can upload single files, however when I try to upload mulitple files I get HTTP busy all the time and only upload the first file. Many Andy Law

[twsocket] HttpCli - How set Oncookie event at runtime?

2006-01-03 Thread Macfly
Hi to All.. I writing a function to post and get some data via Httpcli... it's work fine, but i need to catch cookies after posted data.. How i set and create a procedure to onCookie event? When the httcli is created at runtime? I Use a global var to store cookies but the probl

Re: [twsocket] OT rather big project question

2006-01-03 Thread Dod
Hello Francois, I already thought about balancing for concentrator working model ;-) Concentrator will have realtime list of other concentrators and will be able to answer "sorry I am full, please try connect x.x.x.x" or send back a list of concentrator so the client will try them each

Re: [twsocket] OT rather big project question

2006-01-03 Thread Francois Piette
First solution seems better to me. You can also have a mix of the two solutions. For example having 8 concentrators with 2000 users and 2 servers. This will allow easy fault tolerance. The concentrators would connect randomly to one of the two servers and if one is down, connect to the other. Th

Re: [twsocket] THttpCli Compression

2006-01-03 Thread Angus Robertson - Magenta Systems Ltd
> I have seen some work for compression in HTTPClient. I wonder if this > feature will be able to be disabled because for our load balancer, > the LAN traffic is better be uncompressed. As it clearly state in the release notes, GZIP support is not automatically supported: add HttpCCodzlib to y

Re: [twsocket] OT rather big project question

2006-01-03 Thread Dod
Hello Wilfried, Yes, I also thought that concentrator-to-server could be direct TCP-IP or any other kind of protocol (HTTP tunneling for example), also I found other advantage, I could make concentrator-to-server connection initiator, or server-to-concentrator way so this would be nice whenever th

Re: [twsocket] OT rather big project question

2006-01-03 Thread Wilfried Mestdagh
Hello Dod, At first tought I should go for first solution because of a few advantages. - server updates as you say yourself - application is splitted separate according the job it does. The concentrators dealing with the clients and the proto, between concentrator and main server you can exchang

[twsocket] OT rather big project question

2006-01-03 Thread Dod
Hello, I am starting a re-write one of my ICS-based server to be able to handle 15.000 permanent cnx smoothly. The datas Clients will send/receive will be only 2KB packets time to time. As Windows OS is limited with sockets and handle (whenever you can do some tricky changes in re

Re: [twsocket] new year

2006-01-03 Thread Guillaume MAISON
Wilfried Mestdagh a écrit : > Hello, > > I wants to wish TeamICS, Francois, and the whole community a happy new > year, good business in 2006 and most of all interesting projects :) Happy new year to everyone, on this list and also everywhere else :) May it bring you almost what you desire (no

[twsocket] THttpCli Compression

2006-01-03 Thread Fastream Technologies
Hello Francois, I have seen some work for compression in HTTPClient. I wonder if this feature will be able to be disabled because for our load balancer, the LAN traffic is better be uncompressed. Best Regards, SubZero -- To unsubscribe or change your settings for TWSocket mailing list please