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
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
>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
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