back-end-facility
back-end-facility copied to clipboard
performance is bad.
transaction time is long when concurrency is high.
- use fd to index socket structur.
- optimize buffer allocation for each http request.
very bad design of event handling model.
- poor performance
- error prone.
need to redesign a new one.