Server upload - load balancing

  • Thread starter Thread starter Divya
  • Start date Start date
D

Divya

Hi,
I'm new to this group.

And I have something to ask.

I have a scenario, where numerous clients try to upload to the server
simulaneously.
The server is not able to handle this, all the time.

Can you please, suggest someway of overcoming this?
Are there any algorithms, by which I can effectively stagger the upload ?

Thanking you, in anticipation of help-
~Divya.
 
Divya said:
Hi,
I'm new to this group.

And I have something to ask.

I have a scenario, where numerous clients try to upload to the server
simulaneously.
The server is not able to handle this, all the time.

Can you please, suggest someway of overcoming this?
Are there any algorithms, by which I can effectively stagger the upload ?

Thanking you, in anticipation of help-
~Divya.

You clould buy a multi port network card that support load balanceing. Most
server ones do. Then you can get more bandwisddth to the server.

We have a pair of Intel Pro 100S, these are bonded to give a near 200 Mbit
capable link, so 2 users can get full speed. Depends also on the switching
bandwidth of your switches.
 
Back
Top