Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It looks like you're on the verge of recreating <a href="http://gearman.org/" rel="noreferrer">Gearman</a>. Here's the introduction for Gearman:</p> <blockquote> <p>Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates.</p> </blockquote> <p>You can write both your client and the back-end worker code in PHP.</p> <hr> <p>Re your question about a Gearman Server compiled for Windows: I don't think it's available in a neat package pre-built for Windows. Gearman is still a fairly young project and they may not have matured to the point of producing ready-to-run distributions for Windows.</p> <p>Sun/MySQL employees Eric Day and Brian Aker gave a <a href="http://en.oreilly.com/oscon2009/public/schedule/detail/8206" rel="noreferrer">tutorial</a> for Gearman at OSCON in July 2009, but their slides mention only Linux packages.</p> <p>Here's a link to the Perl CPAN Testers project, that indicates that Gearman-Server can be built on Win32 using the Microsoft C compiler (<code>cl.exe</code>), and it passes tests: <a href="http://www.nntp.perl.org/group/perl.cpan.testers/2009/10/msg5521569.html" rel="noreferrer">http://www.nntp.perl.org/group/perl.cpan.testers/2009/10/msg5521569.html</a> But I'd guess you have to download source code and build it yourself.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload