Re: [proposal] JK2 (WIN32) add dynamic load balancing

2003-01-23 Thread Henri Gomez
Mladen Turk wrote: Hi guys, It's been a long time :-). I would like to add the dynamic load balancing to the existing one. Since I know how to implement that only on WIN platform, I'll elaborate that a bit. The WIN32 has Performance Monitor that monitors server's activity. There is also and

[proposal] JK2 (WIN32) add dynamic load balancing

2003-01-22 Thread Mladen Turk
Hi guys, It's been a long time :-). I would like to add the dynamic load balancing to the existing one. Since I know how to implement that only on WIN platform, I'll elaborate that a bit. The WIN32 has Performance Monitor that monitors server's activity. There is also and interface to that

Re: [proposal] JK2 (WIN32) add dynamic load balancing

2003-01-22 Thread Costin Manolache
Mladen Turk wrote: Hi guys, It's been a long time :-). I would like to add the dynamic load balancing to the existing one. Since I know how to implement that only on WIN platform, I'll elaborate that a bit. The WIN32 has Performance Monitor that monitors server's activity. There is

RE: [proposal] JK2 (WIN32) add dynamic load balancing

2003-01-22 Thread Mladen Turk
-Original Message- The WIN32 has Performance Monitor that monitors server's activity. There is also and interface to that using Registry functions, although the data isn't really stored in the registry. We could use those information to select the least loaded server as

RE: [proposal] JK2 (WIN32) add dynamic load balancing

2003-01-22 Thread Costin Manolache
Mladen Turk wrote: -Original Message- The WIN32 has Performance Monitor that monitors server's activity. There is also and interface to that using Registry functions, although the data isn't really stored in the registry. We could use those information to select the least