[Bug 192265] New: [new port] devel/p5-AnyEvent-Task - Client/server-based asynchronous worker pool

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 30 04:28:35 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192265

            Bug ID: 192265
           Summary: [new port] devel/p5-AnyEvent-Task -
                    Client/server-based asynchronous worker pool
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: bill.brinzer at gmail.com

Created attachment 145141
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145141&action=edit
p5-AnyEvent-Task.shar

This port depends on devel/p5-Log-Defer (bug #192263) and
devel/p5-Callback-Frame (bug #192264), which I just submitted.

AnyEvent::Task is a pre-fork-on-demand server (AnyEvent::Task::Server) combined
with a persistent worker-pooled client (AnyEvent::Task::Client).

In a nutshell, a synchronous worker process is forked off by a server whenever
a client asks for one. The client keeps as many of these workers around as it
wants and delegates tasks to them asynchronously.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list