What I'm looking to do is load in some data from a database or from memcache asynchronously.
I know, I know. "PHP doesn't support threading".
But what about register_tick_function? Isn't that indeed threading?
Has anyone done any kind of predictive preload or really any background processing utilizing register_tick_function?