[fpc-devel] fcl-web improvement for apache modules, question

Michael Van Canneyt michael at freepascal.org
Fri Sep 19 09:43:42 CEST 2008



On Fri, 19 Sep 2008, ABorka wrote:

> 
> Hi Michael,
> 
> It was created in fpapache.pp in the handlerequest event.
> 
> M:=MC.create(self);
> 
> It worked without using the createnew, with the latest FPC source code.

This is weird, because the code before that searches if there is an existing
instance. If so, it should be reused ?

OK, I'll have a look at it. It should probably be created with owner Nil,
and then a unique name should be made and assigned, after which self can
be put as the owner.

Michael.



More information about the fpc-devel mailing list