Re: [twsocket] Job offer -- I-cap component for ICS THttpServer

2006-10-23 Thread Kris Leech
Fastream Technologies wrote: Dear Valued ICS Coders, Fastream Technologies looking for somebody who is experienced in ICS and can code a RFC3507 compatible i-cap client component that can easily be integrated to THttpServer and used to connect to i-cap server such as WebSense. Could people

Re: [twsocket] Writing a transparent HTTP proxy

2006-10-04 Thread Kris Leech
Hi, did you find the answer to this? Fastream Technologies wrote: 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

Re: [twsocket] OnClientDisconnect on Linux

2006-09-26 Thread Kris Leech
Juan Carlos - CAE wrote: Hello everybody, This is my first post to the list. I'm porting a Windows service to Linux using the ICS components for Kylix3. I've almost finished the porting but I've a little problema that I don't know how to solve. I'll try to explain it the best I can: I've a

Re: [twsocket] TCP question

2006-09-03 Thread Kris Leech
With the HTTP Server though you will get the whole HTTP request even if it has been split up in to multiple packets at the TCP level? Markus Humm wrote: Hello, if a client on a LAN sends a packet with e.g. 512 Bytes and TCP splits it up internaly to e.g. 4x128 Bytes will the receiver get 4x

Re: [twsocket] THTTPServer compiled by FPC on Linux

2006-09-03 Thread Kris Leech
. ICS for Linux replace built in asynchronous operation by thread and implement a kind of message system. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Kris Leech [EMAIL PROTECTED

[twsocket] THTTPServer compiled by FPC on Linux

2006-09-02 Thread Kris Leech
Hello, I am using Free Pascal Compiler (Lazarus IDE) and am having trouble with the compiling anything using THTTPServer on Linux platform, specifically Im using Fedora 5, but I think it is a generic linux problem since the error is can't find Windows unit. I'm guessing this is a unit specific