[wp-trac] Re: [WordPress Trac] #7765: Parallel Processing
WordPress Trac
wp-trac at lists.automattic.com
Fri Sep 19 18:49:59 GMT 2008
#7765: Parallel Processing
-------------------------+--------------------------------------------------
Reporter: dcole07 | Owner: anonymous
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: General | Version:
Severity: normal | Resolution: invalid
Keywords: |
-------------------------+--------------------------------------------------
Comment (by Otto42):
The wp-cron stuff is already being processed in parallel by making a hit
to the wp-cron process via http and ignoring the result (because it just
needs to start the thing, not care about what it does). Alternate methods
are popen and pctrl_fork. Perhaps a generic parallel process spawning
function to use one of the many methods available to spawn a separate
process should be added to the code. As a fallback, it could simply run
the code itself not in parallel if none of the methods worked.
--
Ticket URL: <http://trac.wordpress.org/ticket/7765#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list