Anyone working on event-based MVC?

jozef on 2009-11-16T10:50:49

Does anyone knows of a Perl MVC implementation that is based on some event loop? Having non-blocking IO (filesystem/database) in web request handling would be nice to have. That will enable to have just one process per CPU. The IO is the only reason why "one process is NOT enough for every CPU"


竜巻

daxim on 2009-11-16T12:05:19

http://search.cpan.org/dist/Tatsumaki

Re:竜巻

zby on 2009-11-16T16:05:54

I concur Tatsumaki looks really promising.