RE: Re: how dod you get to do multiple mysql queries concurrently?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Per Jessen wrote:
> > Colin Guthrie wrote:
> > 
> >> Per Jessen wrote:
> >>> I know how to do multiple queries - the key issue in my question was
> >>> how to do them concurrently (i.e. in parallel).
> >> So you want to make PHP multithreaded???
> > 
> > No, just the mysql queries.  
> 

If you're selecting data, could you not reduce the number of queries using joins?

If you're inserting data, look into MySQL's INSERT DELAYED syntax.

HTH,
Edward

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux