[twsocket] Process pooling for CGI

2006-01-12 Thread Fastream Technologies
Hello, Is this possible? I want to keep the PHP-cgi.exe process loaded in memory for fast execution. Or is this what ISAPI can only do? Regards, SubZero -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our

Re: 回覆: Re: 回覆: Re: [twsocket] ThttpCil S end bufsize problem

2006-01-12 Thread Wilfried Mestdagh
Hello Opqrst, HttpCli1-CtrlSocket-BufSize property, and I don't know how to set can more than 8193 even to 32768 or You can set this to any value (it's integer), but if you let it default you will probably have best performance. Because by this way I can Upload with my full upload connect

Re: [twsocket] Process pooling for CGI

2006-01-12 Thread Francois Piette
Is this possible? I want to keep the PHP-cgi.exe process loaded in memory for fast execution. Or is this what ISAPI can only do? Yes, ISAPI is the way to go. ISAPI is just a DLL and stay in memory until you unload it. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html

Re: [twsocket] Process pooling for CGI

2006-01-12 Thread Fastream Technologies
Hello, - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, January 12, 2006 2:57 PM Subject: Re: [twsocket] Process pooling for CGI Is this possible? I want to keep the PHP-cgi.exe process loaded in memory for fast

Re: [twsocket] Process pooling for CGI

2006-01-12 Thread Francois Piette
You may then consider the tiny CGI concept. You create a very small CGI which load very fast (you can build one being less than 150KB and maybe even less than 100KB and still doing useful things). This CGI would load the DLL which would do the real work. If you manage to also load the same DLL

Re: 回覆: Re: 回覆: Re: [twsocket] ThttpCil Send bufsize problem

2006-01-12 Thread Opqrst Ghrst
Hello Wilfried, On HttpCli1-CtrlSocket-BufSize I set 32768 it's OK but when I Http Post to Send File it run at every packet size 8193 not 32768, I think it seems has limit so that I can not send over 8193 every packet size. In TidHttp-SendBufferSize set 32768 it works well every packet size is

Re: [twsocket] Process pooling for CGI

2006-01-12 Thread Fastream Technologies
Very interesting! Could a generic tiny CGI be written for all interpreters such as PHP, Perl, Python or must we write separate ones for each? How much of the job does your MidWare code do? Is it commercial or free like ICS? Best Regards, SZ - Original Message - From: Francois Piette

[twsocket] Newbie- Telnet SSL with zmodem transfer

2006-01-12 Thread Jim Schultz
Greetings, We have a need to have the above described comm package. It is for a government agency and there is no choice but to support this configuration. I've looked at commercial packages and they are too high priced to distribute as part of our application. I am looking for components

Re: [twsocket] ThttpCil Send bufsize problem

2006-01-12 Thread Francois Piette
http://img79.imageshack.us/img79/2092/ics0rl.jpg I don't know what your WPEPRO1 shows, but for sure it is _not_ IP packet size. Maybe WPEPRO1 show the dialog with winsock API and this is _not_ directly related to line speed. The size of data writtent to winsock at one time affect line speed

Re: [twsocket] Process pooling for CGI

2006-01-12 Thread Francois Piette
Very interesting! Could a generic tiny CGI be written for all interpreters such as PHP, Perl, Python or must we write separate ones for each? To be generic, the CGI should implement ISAPI interface and then can use any ISAPI DLL. Maybe this would make the CGI too big ? Maybe one more DLL layer

Re: [twsocket] Newbie- Telnet SSL with zmodem transfer

2006-01-12 Thread Francois Piette
We have a need to have the above described comm package. It is for a government agency and there is no choice but to support this configuration. I've looked at commercial packages and they are too high priced to distribute as part of our application. I am looking for components that will

Re: [twsocket] Process pooling for CGI

2006-01-12 Thread Fastream Technologies
Very interesting! Could a generic tiny CGI be written for all interpreters such as PHP, Perl, Python or must we write separate ones for each? To be generic, the CGI should implement ISAPI interface and then can use any ISAPI DLL. Maybe this would make the CGI too big ? Maybe one more DLL

Re: [twsocket] Process pooling for CGI

2006-01-12 Thread Jack
Guess this is OT, but check out FastCGI interface. Hello, Is this possible? I want to keep the PHP-cgi.exe process loaded in memory for fast execution. Or is this what ISAPI can only do? Regards, SubZero -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: 回覆: Re: 回覆: Re: [twsocket] ThttpC il Send bufsize problem

2006-01-12 Thread Michael Preslar
No real comment to add.. just a FYI.. Wilfried Mestdagh wrote: Hello, To see the largest possible packet size you can do following. Choose some IP address of your ISP provider instead of this and try. You can C:\ping -l 1473 -f 195.130.132.82 Pinging 195.130.132.82 with 1473

Re: [twsocket] Newbie- Telnet SSL with zmodem transfer

2006-01-12 Thread Angus Robertson - Magenta Systems Ltd
Am I naive to think that I can come up with a solution for a Telnet/S with file xfer options(xyz-modem)? ICS handles SSL telnet quite happily, you would just have to add the zmodem protocol on top, which you can find for free on the internet, it's part of the Turbopower Async Pro package.

Re: 回覆: Re: 回覆: Re: [twsocket] ThttpC il Send bufsize problem

2006-01-12 Thread Michael Preslar
Doh. Again, I missed something simple. with the -f I get the same results you do. Wilfried Mestdagh wrote: Hello Michael, this is completely correct. But you forgot the -f parameter: C:\ping -l 1473 -f www.google.com Pinging www.l.google.com [66.249.93.104] with 1473 bytes of data:

Re: [twsocket] TIcsSocket - Socket.Close locks up - 99% CPU

2006-01-12 Thread Erich Kuba
Hi Peter, I had similar experiences and had to delay my Linux implementation. I have wanted to review the Kylix code and try and fix it as I think that this will add huge value to everyone here, myself included. I think that I know where to start looking for these problems. In short the Kylix

[twsocket] Newbie- Telnet SSL with zmodem transfer

2006-01-12 Thread Jim Schultz
sorry but wasn't sure how to post back to the list and keep it in the correct thread, if this is incorrect let me know. you would just have to add the zmodem protocol on top, which you can find for free on the internet, it's part of the Turbopower Async Pro package. Just sent the data as

Re: [twsocket] (no subject)

2006-01-12 Thread Piotr Dałek
Hello! Pinging 195.130.132.82 with 1473 bytes of data: Packet needs to be fragmented but DF set. Packet needs to be fragmented but DF set. Packet needs to be fragmented but DF set. Packet needs to be fragmented but DF set. As you see, my largest possible packet size is 1472. Adding 28

[twsocket] UDP TTL setting

2006-01-12 Thread Betalord
Is it possible to manually change TTL (time to live) for an UDP packet? -- 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] Newbie- Telnet SSL with zmodem transfer

2006-01-12 Thread Angus Robertson - Magenta Systems Ltd
how do you make async packets into tcp/ip packets. A packet is a string of characters, it's independent of whether it's being sent using serial comms or TCP/IP. I'm not saying it will be easy to extract the Async Pro Zmodem code, but it can be done, if you don't want to pay for a package

Re: [twsocket] TIcsSocket - Socket.Close locks up - 99% CPU

2006-01-12 Thread Peter Slater
Hi Erich Thanks for your reply, at least I'm not the only one. I did find a workaround though, which was not to close the sockets in the OnSessionClose event but I HAD to close the socket in the OnClientDisconnect event of the Listener, before I freed the client object. It appears that when a

[twsocket] TIcsSocket - 6 Sec Delay in Listener actually Listening

2006-01-12 Thread Peter Slater
Hi I am having a problem with the kylix version of ICS at the moment. It is a console tcp/ip server app running on linux. It accepts connection from clients and sends data to each of the clients. The problem is when I start the Server listening with the Socket.Listencommand. It doesn't start