Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 2
    How heterogeneous are those machines? Are they all general-purpose processors with different storage capacities, or do you also have special-purpose processors (graphics processors, vector machines, etc.) in the mix? Commented Jan 24, 2014 at 7:02
  • 1
    Have you investigated what the bottleneck actually is? Are you sure its the network connections, and not something to do with processing the data? 70 concurrent connections should not be a problem for a server. Commented Jan 24, 2014 at 7:41
  • @BartvanIngenSchenau there are graphics specialized machines in the mix, there are even RPi boards its up to the server to decide what they can do, but as soon as they connect they make that clear to the server by sending an object that contains their specs, my processes are not of one type. Commented Jan 25, 2014 at 22:32
  • @GrandmasterB a thread per connection is my problem. Commented Jan 26, 2014 at 6:52