model view controller - php application hooking event hooking using separate process -


what accepted way of having php app bunch of processing in background?

i know there's way session_commit , user has page rendered , process can continue other actions.

i'd integrate hook models, approach require branch separate process. there examples of working somewhere?


Comments