Closed johnjelinek closed 10 years ago
Thanks John. The C# responder looks great. The acceptor is still pretty raw at the moment, I can't say for sure why it dies. Would you like to send in a pull request with your C# on Mon responder? Then I can try that out and see what's wrong.
Yes, I'll send a PR for that. On Jul 17, 2014 2:25 AM, "Sau Sheong Chang" notifications@github.com wrote:
Thanks John. The C# responder looks great. The acceptor is still pretty raw at the moment, I can't say for sure why it dies. Would you like to send in a pull request with your C# on Mon responder? Then I can try that out and see what's wrong.
— Reply to this email directly or view it on GitHub https://github.com/sausheong/polyglot/issues/7#issuecomment-49267320.
Will continue in the PR
Note: This is more discussion than an issue.
I'm running C# on Mono in this example, but I'm noticing that I can only get it to handle 20 requests per second. If I increase the concurrent requests any higher than 2, then the acceptor dies and cannot take anymore requests. In general, I think this test shows favorable results for a hello world message (~50ms for a response), but I would like to certainly serve more than 20 requests in a second.