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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -