[Opensource] Proposal: Deprecate and eventually remove ControllerDefault

Michael Rimov rimovm at centercomp.com
Fri Jun 6 15:09:18 PDT 2003


Hey All,

I was poking around the source code of all the apps I know built off of 
Expresso, and I can't find one legitimate use still of the 
ControllerDefault table.  In fact, the only thing I ever found was some 
obscure reference inside eForum that actually didn't apply.

The reason I'm interested in seeing this removed is that currently, for 
each controller request, there is a search against controllerdefault for 
default parameters that goes on.  This makes parsing the parameters a 
significant chore CPU-wise.  So! I'd like to:

1 - Remove all references to it and @deprecate it in the current code base.
2 - Mark it for eventual removal in future code.

Anybody need ControllerDefault?

						-Mike





More information about the Opensource mailing list