"Nathan Bubna" <[EMAIL PROTECTED]> writes: > what?! i highly doubt the instantiation of even a thousand instances a > second of an object with so lightweight of a constructor would make an > appreciable difference in any sane application/server setup. i think your > fears of poor performance are unfounded.
The problems associated with too much object instantiation is generally caused by garbage collection, not by the actual act of memory allocation. Again, caching the request-scoped context tools obviates the need for such changes and keeps the API simple. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
