jacksonh / manos

Manos is an easy to use, easy to test, high performance web application framework that stays out of your way and makes your life ridiculously simple.
Other
455 stars 61 forks source link

context switching #125

Closed txdv closed 9 years ago

txdv commented 13 years ago

I don't have no need for this yet, but yesterday while I was going home, eating a döner and thinking about manos I thought that this would be a nice feature:

Be able switch a socket or some other context depended object to another context.

This would enable load balancing on the same machine.

What do you think guys about this? Is it a feasible idea? Any cons/pros you see in this? Comments please!

ghost commented 13 years ago

It's certainly possible, but not implemented yet.