ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.47k stars 890 forks source link

example program 100%CPU usage in Bash on Windows #158

Open codehz opened 8 years ago

codehz commented 8 years ago

image

I don't know if it is a bug of Bash On Windows...(It will not be production environment)

turn off multithread ↓ image

ipkn commented 8 years ago

It seems that boost::asio has a performance problem on Bash on Windows.

https://github.com/Microsoft/BashOnWindows/issues/971

I'm not sure what I can do for this issue.