Aubrey Cottle
Aubrey Cottle
The underscores are typically unicode characters, which aren't in the RFC specs for IRC and thus underscores end up being the fallback. I have this bridge running right now on...
Yes, http://nodejs.org/docs/latest/api/cluster.html
Redis or MongoDB for chat/channel states to be broadcast to all child workers. This can probably be extended to multi-server sharding. That's one idea.
I think the first step would be enabling a nosql server in place of the current channel flat file dumps, I'll take a stab at it. Is 3.0 functional enough...
Concurrency would be supplied via pubsub http://redis.io/topics/pubsub, actually