|
|
|
|
|
by pjc50
3678 days ago
|
|
A project I worked on: http://www.argondesign.com/what-we-do/high-performance-tradi... It's not that bananas, as a TCP connection is just a state machine, but you do need to plan how many simultaneous connections you want upfront and whether to copy all the logic for each one or find some way of sharing the logic and having a state table in memory somewhere. |
|