EllisLab text mark
Advanced Search
     
multi threading
Posted: 03 July 2007 06:57 AM   [ Ignore ]
Joined: 2007-05-10
9 posts

I am wondering if there was a way that we can load the view and then in the background do some other database inserts.

For example:
$this->load->view(‘vquick’);
$this->MTag->insertRecords();—> I would like this insert to happen in a separate thread so that user does not have to wait for the insert to complete.

Kumar