jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

client can freeze when sent a burst of output #5

Closed jamesrwhite closed 9 years ago

jamesrwhite commented 10 years ago

I think it's the server that crashes but really it's more of an issue with the client being inefficient in how it transmits data. I need to either try to get keepalive working with em-http-request or have another look at websockets for transfer.

jamesrwhite commented 10 years ago

I think this actually more of a client issue, I've noticed one client can freeze but the server can still receive output from another. I'm sure the server could crash/freeze whatever when sent even more output though. This needs more work.

jamesrwhite commented 9 years ago

Will revisit at a later data if this becomes an issue again.