RE: [PHP-DB] runing a query and a another task at the same time

2001-02-19 Thread Mark Newnham
I may be mistaken, but I believe that something as simple as calling a javascript window.open function effectively starts a parallel process, i.e. it is a non-blocking operation in a browser heres the sample code i used to test it. 1. A frameset with 2 frames, A and B. frame A has src=test1.php

Re: [PHP-DB] runing a query and a another task at the same time

2001-02-19 Thread Lennin Arriola
IMHO, I don't think you can doit on PHP, you may have to do it outside PHP, for instance in java, java has multithreading, and then you might access it through PHP, Lennin Arriola [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] Fo