vandergrafgenerator

Results 5 comments of vandergrafgenerator

@walkor I suppose Workerman sessions are not async? I got about -80% performance degradation with sessions.

@walkor I believe you are correct. I just verified that that according to htop Workerman cpu usage is about _~30% of each cpu core._ But when running Nginx as a...

@joanhey Thanks for all the information. For now i only tested _proxy_buffering off_ , it increased performance by ~2% only. I believe Nginx may be redirecting to SSL as you...

@joanhey I did all you recommended except that i did not add `proxy_buffering off;` because it seemed to me it could facilitate slow client attack? Is that assumption correct? It...

> @vandergrafgenerator > > > @joanhey I did all you recommended except that i did not add proxy_buffering off; because it seemed to me it could facilitate slow client attack?...