On Thu, 22 Jul 2004, Vitaliy Babiy wrote: > I am starting a new project today which is going to have more 200 > run modes, and I would like to break things up. > > But I'd like to have single CGI script that handles every request to > the application. I also need to have centralized list of all run > modes from every module.
This sounds like a mistake. Why not break it up into multiple scripts that work together? Also, of what possible use will the list of 200 run modes be? I think that a single CGI with 200 different jobs will end up being very difficult to manage, no matter how you slice it. -sam --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
