Search Results

1
vote
9answers
269 views

Load Balancing of Process in 1 Server

I have 1 process that receives incoming connection from port 1000 in 1 linux server. However, 1 process is not fast enough to handle all the incoming request. I want to run …
0
votes

Which hardware to buy for a new Linux server system?

why don't you try the advise from http://www.codinghorror.com/blog/archives/001107.html i don't think you want you …
1
vote

Load Balancing of Process in 1 Server

Yes, i'm looking something like linux network daemon. I wonder whether there's a readily available program/solution to do this. …
0
votes

Load Balancing of Process in 1 Server

i am looking something more like nginx where i will need to run multiple copies of my app. Let me try it out. Thanks for the help. …
0
votes

Load Balancing of Process in 1 Server

i am thinking to run multiple application similar to ypops. …