AdamCollins / ogre-net

https://youtu.be/-FtCTW2rVFM?t=20
0 stars 1 forks source link

nodes use high cpu usage even when sitting idle #2

Closed AdamCollins closed 3 years ago

AdamCollins commented 3 years ago

currently node processes use ~12% of CPU when waiting for requests.

Currently using an infiniteruntime.Gosched() which should tell process to yield

AdamCollins commented 3 years ago

#