perplexes / m2r

Mongrel2 Connection Adapter - Ruby Encrusted Steel-Reinforced Fist
MIT License
90 stars 11 forks source link

Implement multithreading #21

Open paneq opened 12 years ago

paneq commented 12 years ago

We should avoid mistakes taken by other similar gems and do it the zmq way meaning that every thread has its own connection to/from mongrel2.

We should avoid master-workers architecture where only master thread is responsible for communicating with ZMQ.