Re: [twsocket] Delphi 5 compilatiion error

2006-03-24 Thread Arno Garrels
Use latest version and define NoTypeEnforce. Version 4 is outdated! --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html KL Chin wrote: Hi Francios, I found the cause, at line 151 PSTACK_OF_X509_INFO = type PStack; //AG If change to

Re: [twsocket] Delphi 5 compilatiion error

2006-03-24 Thread KL Chin
Hi, Thx for your help. Thx problem now, I do not have the lastest password for version 5.x from Francois. May be he had missed my email. Regards, KL Chin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Arno Garrels Sent: Friday, March 24, 2006 4:07 PM To:

Re: [twsocket] ICS V6 Http Post problem

2006-03-24 Thread Frans van Daalen
Data := 'FirstName=' + stringofchar('A',600) + '' + 'LastName=' + stringofchar('B',600) + '' + 'NextName=' + stringofchar('C',600) + '' + 'Submit=Submit'; This is wat the sniffer reports Content-Length: 1844 Parameters .

Re: [twsocket] ICS V6 Http Post problem

2006-03-24 Thread Dod
Hello Frans, I never used HTTP component (only basic WSocket) but may be you could check if you are using HTTP 1.0 or 1.1 content data can be splitted in multiple blocks when using HTTP 1.1. I don't know if it will help you, this is a simple idea. Regards. Data := 'FirstName=' +

[twsocket] MT HTTP Server ready with a single -minor- problem

2006-03-24 Thread Fastream Technologies
Hello Francois, The system compiles and runs now. It gives 790 requests/sec on my XP Home :) until time_wait sockets reach a certain level where it starts to drop connections!! (httpServerThread is the listener thread. Inside it there is a THTTPServer which is a descendent of THttpMTServer of

Re: [twsocket] ICS V6 Http Post problem

2006-03-24 Thread Frans van Daalen
Hello Frans, I never used HTTP component (only basic WSocket) but may be you could check if you are using HTTP 1.0 or 1.1 content data can be splitted in multiple blocks when using HTTP 1.1. I don't know if it will help you, this is a simple idea. Regards. Dod, as far as i understood

Re: [twsocket] MT HTTP Server ready with a single -minor- problem

2006-03-24 Thread Fastream Technologies
Ok so unexpectedly the attachment did not go through. Here it is: http://www.fastream.com/ics/icsmthttp.zip. Best Regards, SZ - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, March 24, 2006 12:07 PM Subject:

Re: [twsocket] Making a MT HTTP Server -- NEED HELP!

2006-03-24 Thread Bjørnar Nielsen
Unresolved external usually means that you are using a unit that you have the header-file for, but do not have the lib-file or object-file, or not including them in you project when linking. Regards Bjørnar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[twsocket] HttpsTst,

2006-03-24 Thread KL Chin
Hi, What is the main purpose of having DocEdit in the HttpsTst? Regards KL Chin -- 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] HttpsTst,

2006-03-24 Thread Francois Piette
What is the main purpose of having DocEdit in the HttpsTst? Have a look at the source code. Search what is done with this data :-) -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare

[twsocket] socketserver multicast

2006-03-24 Thread [EMAIL PROTECTED]
Hello What is Multicast and MulticastString properties of TWSocketServer? Can tou give me details, please? Thank you Radu ___ No banners. No pop-ups. No kidding. Make My Way your home on the Web - http://www.myway.com -- To unsubscribe or

Re: [twsocket] socketserver multicast

2006-03-24 Thread Francois Piette
What is Multicast and MulticastString properties of TWSocketServer? Can tou give me details, please? Those properties are inherited from TWSocket and are of no use in TWSocketServer. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS

Re: [twsocket] socketserver multicast

2006-03-24 Thread [EMAIL PROTECTED]
But are they of use in TWSocket ? --- On Fri 03/24, Francois Piette [EMAIL PROTECTED] wrote: From: Francois Piette [mailto: [EMAIL PROTECTED] To: twsocket@elists.org Date: Fri, 24 Mar 2006 14:10:32 +0100 Subject: Re: [twsocket] socketserver multicast What is Multicast and MulticastString

Re: [twsocket] socketserver multicast

2006-03-24 Thread Francois Piette
What is Multicast and MulticastString properties of TWSocketServer? Those properties are inherited from TWSocket and are of no use in TWSocketServer. But are they of use in TWSocket ? Yes of course. They are used to multicast that is sending data to multiple but not all hosts. Have a

[twsocket] receivefiles from Wilfried - trouble

2006-03-24 Thread [EMAIL PROTECTED]
Hello Using RcvFile application provided by Wilfried Mestdagh I had some error at simultaneous receiving of files. Details: I lunch srvfile.exe on a machine a put it in listen mode. After that I launch 2 sndfile.exe (clients) on other 2 machines in the same lan. If the clients send files one

Re: [twsocket] ICS V6 Http Post problem

2006-03-24 Thread Francois PIETTE
Is it possible for you to slightly change the Http demo to do your post and if it reproduce the problem, mail it to me ? I did not mail it as it was only a three lines change in the httppost demo of version 5. Or do you still want it per email? You can tell me the changes. -- [EMAIL