Re: [PHP-DEV] Re: Sessions: garbage collection run

2001-12-14 Thread Ulf Wendel
Yasuo Ohgaki wrote: > Some users need current behavior. i.e. User want make to do gc everytime > before access. User may have complex gc code to meet their needs that > requires gc at module init. No doubt they need a callback. Help me with an example of a GC strategy that needs the callback on

Re: [PHP-DEV] Re: Sessions: garbage collection run

2001-12-14 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Ulf Wendel wrote: > >> >> Yasuo Ohgaki wrote: >> >>> Ulf Wendel wrote: >>> >>> Hi, being not a php source code guru I need some help on understanding the source. Why does the session module run the garbage collection from the PHP_RINIT_FUNCTION() me

Re: [PHP-DEV] Re: Sessions: garbage collection run

2001-12-14 Thread Yasuo Ohgaki
Ulf Wendel wrote: > > Yasuo Ohgaki wrote: > >>Ulf Wendel wrote: >> >> >>>Hi, >>> >>>being not a php source code guru I need some help on understanding the >>>source. Why does the session module run the garbage collection from the >>>PHP_RINIT_FUNCTION() means from php_session_start()? Does the

Re: [PHP-DEV] Re: Sessions: garbage collection run

2001-12-14 Thread Ulf Wendel
Yasuo Ohgaki wrote: > > Ulf Wendel wrote: > > > Hi, > > > > being not a php source code guru I need some help on understanding the > > source. Why does the session module run the garbage collection from the > > PHP_RINIT_FUNCTION() means from php_session_start()? Does the user > > notice a del

[PHP-DEV] Re: Sessions: garbage collection run

2001-12-14 Thread Yasuo Ohgaki
Ulf Wendel wrote: > Hi, > > being not a php source code guru I need some help on understanding the > source. Why does the session module run the garbage collection from the > PHP_RINIT_FUNCTION() means from php_session_start()? Does the user > notice a delay caused by PHP_RSHUTDOWN_FUNCTION()? I