Can try using a message queue. Something like http://kr.github.com/beanstalkd/
should be sufficent for what you want to do.

On Nov 10, 3:21 pm, torok84 <[email protected]> wrote:
> I am developping a site in wichi I use PHP Lucene for full text
> indexing. Lucene is not really a lighting. It would be nice to do alla
> the computing necessary to render the page, then send the page to the
> user and then execute the indexing. So i thought there are many
> situation in wich wold be cool to be able to execute some code after
> the page is completely sent to the user. This can significantly
> improve response times of the site, even if can have some side effect
> on server load.
>
> I wondered if, first of all, this is already possible in Symfony., but
> it seems to me a too fancy feature... Moreover I am not sure this
> would be possible, I ma not an Apche expert, but maybe the
> architecture doesn't allow to keep PHP running after serving the page.
>
> I do not really this feature, I just thought this could be cool. Any
> comment would be nice :)
>
> Paolo

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to