Tuesday, August 6, 2019

TCP question

I have an application that is communication cross language (through localhost) via a TCP protocol. Is it bad practice for the server to build up a queue of requests in a background thread while the main thread dequeues and handles the leading request?



No comments:

Post a Comment