Hello together, i am pretty new in using grpc, so there is a good chance for me causing the problem by myself.
We have a synchronous server runni ng which handles requests from multiple asynchronous clients. Both cpp. The handling method runs to a blocking mutex. If I start a stress test, I can watch the active threads of the server process grow rapidly to about 1400 threads, causing the server to crash. (32 bit - win10) I read that grpc uses a thread-pool for he RPCs - Is there a way to limit the number of threads? Might there be a problem within grpc or do I get something wrong? For any hints - thanks in advance Florian Mit freundlichen Grüßen | Best regards Florian Otto Softwareentwicklung M.A.i GmbH & Co. KG Hummendorfer Straße 74 96317 Kronach - Neuses Deutschland Fax: Mobil: E-Mail: Web: Daten: +49 9261 91000-450 +49 151 4675 7182 [email protected] <mailto:[email protected]>www.m-a-i.de<http://www.m-a-i.de/> https://datenaustausch.m-a-i.de<https://datenaustausch.m-a-i.de/> Registergericht: Amtsgericht Coburg HRA 3740 Geschäftsführer: Rainer Knaak, Arthur Schwab, Hermann Fischer, Markus Orlowski -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/41B67F14E014C54DAD950DD2618E4F24B59430%40SV03.m-a-i.local. For more options, visit https://groups.google.com/d/optout.
