Re: [5.0] Adding methods to Request

2002-11-25 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: Hi, In order to fix some GC problems in StandardPipeline and StandardWrapper, where they allocate some context objects (for the first, it means 3 objects / request, for the second, one complex object / request), I need to add methods to the Request

Re: [5.0] Adding methods to Request

2002-11-25 Thread Costin Manolache
Remy Maucherat wrote: > Hi, > > In order to fix some GC problems in StandardPipeline and > StandardWrapper, where they allocate some context objects (for the > first, it means 3 objects / request, for the second, one complex object > / request), I need to add methods to the Request interface: > -

[5.0] Adding methods to Request

2002-11-25 Thread Remy Maucherat
Hi, In order to fix some GC problems in StandardPipeline and StandardWrapper, where they allocate some context objects (for the first, it means 3 objects / request, for the second, one complex object / request), I need to add methods to the Request interface: - get/setFilterChain - get/setValve