Re: [twsocket] UserManager component

2005-11-29 Thread Arno Garrels
Maurizio Lotauro wrote: > On 28-Nov-05 09:21:48 Arno Garrels wrote: > >> Hello, > >> I'm actually writing a simple user manager component that I would like >> to contribute to ICS. The component makes use of classes >> TCollection/TCollectionItem to realize a tree-structure. A user group >> conta

Re: [twsocket] UserManager component

2005-11-29 Thread Maurizio Lotauro
On 28-Nov-05 09:21:48 Arno Garrels wrote: >Hello, >I'm actually writing a simple user manager component that I would like >to contribute to ICS. The component makes use of classes >TCollection/TCollectionItem to realize a tree-structure. A user group >contains accounts, accounts may have paramete

Re: [twsocket] Http proxy problem

2005-11-29 Thread Paul
>Are you using HTTP 1.0 or 1.1? If the client doesn't keep alive the >connection then it must authenticate on every request, and this >certainly will slow down. I always use Http 1.1 and connection keep-alive. It's hard to communicate with a third party and especially when that person doesn't und

[twsocket] Best approach for HTTP load-balaner

2005-11-29 Thread Fastream Technologies
Hello, We are trying to write a load-balancer similar to our NFServer and I am at the stage of designing the communication layer. Basically what it will do: 1) read request 2) locate the correct target server based on URL/domain of request and capacity/ping/maxConnections of servers 3) forward