sockets - Preferred pthread settings for receive->process->send kind of applications? -


We are making an old application written in C ++ which is receiving requests on the socket from different clients ( Each customer has a thread for connecting). Number of X in the worker thread, applicant requests are being distributed. Worker Thread is processing requests and then distributing process data between 30 other network entities.

The code is using the pthread library and all the threads are running under the default scheduling policy.

Regards Sunil

/ html>

Comments

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -