pothosware / pothos-library

Framework library used by all Pothos projects
www.pothosware.com
4 stars 0 forks source link

look at PothosUtil proxy server monitor timeout #78

Closed guruofquality closed 10 years ago

guruofquality commented 10 years ago

The monitor has a polling loop when it should probably on on a condition variable. This might be adding extra wait time to unit tests.

guruofquality commented 10 years ago

cleaned it up quite a bit, there was no need for a monitor thread, we can simply count the client handlers being created and destroyed: https://github.com/pothosware/pothos/commit/a1a9d795c6be1074cfff220752916b10f411074c