[MTOS-dev] Experimental Dispatcher
Reed A. Cartwright
reed at scit.us
Sun Feb 3 11:43:09 PST 2008
Hirotaka Ogawa wrote:
>
> I am not so confident of incorporating your dispatcher into MTOS
> source tree. Most important reason is that we don't exactly know what
> advantages this code give to us.
I'm not sure either, other than the fact that it makes supporting
FastCGI, CGI, and mod_perl more centralized and easier to manage. I
think shifting MT::App over to CGI::Application falls in the category of
changes that help migrate MTOS from using homebrew solutions to using
established libraries. It'd probably help MTOS cutdown on memory leaks.
As far as CA-Dispatch, it has a really nice ability to dynamically load
app modules. No more coding of .cgi or .fcgi scripts to execute an app,
having the .pm file is all you need. It can also clean up our urls,
e.g.: http://localhost/cgi-bin/mt/cms/edit/entry/2/1054/.
I'm sure Tim can chime in on other suggestions since he actually has
experience with CGI::Application.
--
*********************************************************
Reed A. Cartwright, PhD http://scit.us/
Postdoctoral Researcher http://www.dererumnatura.us/
Department of Genetics http://www.pandasthumb.org/
Bioinformatics Research Center
North Carolina State University
Campus Box 7566
Raleigh, NC 27695-7566
Cuiusvis hominis est errare, nullius nisi
insipientis in errore perserverare. --Cicero
More information about the MTOS-dev
mailing list