|
|
|
|
|
by moe
4080 days ago
|
|
As someone who's tried to use Faye and EventMachine (separately) back in the Ruby 1.9.3 days: Have they stabilized enough to be used for anything? My memory of them is rather horrible. Memory leaks, segmentation faults(!) and obscure deadlocks eventually made me scratch EventMachine from the list of things I'd ever want to touch again. And Faye, well, I don't think I even got it fully running at the time. I still re-call my astonishment when I realized that neither of their two different server-impls at the time would pass even most basic tests (e.g. browser connect/disconnect, redis start/stop) without crashing, locking up or losing messages. Admittedly it's been a while... Is anyone running Faye in production and can comment? Edit: Thanks for the feedback. I guess it's time to give Faye a second chance. |
|