Re: init() method

Matthias Nothhaft <[email protected]> Sun, 18 Dec 2005 15:35:03 +0100
Newsgroups gmane.comp.php.pear.liveuser
Message-ID <[email protected]>
Lukas Kahwe Smith schrieb:
> Lukas Kahwe Smith wrote:
> 
> 
> I have made the necessary changes. Flexibility is now radically
> increased and performance might be very slightly increased due to less
> function calls being made.
> 
> The code in userland is now alot more complex though, then again its one
> of those things you code once, also if you do not use the remember
> feature its not all that bad. However I would appreciate if people would
> play with the new API a bit and suggest improvements. I have updated all
> examples.

It would be great if you could also split the remember feature into
'business' and 'storage' or add callbacks or something like that!?

I'm using LU in a project where the application runs on two mirrored
servers to keep the service alive even if one of the servers crashes in
any way.

Therefore I need LU to store the remember data by user defined functions
similar to the possibility to use my own session storage.


Regards,
Matthias