Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2014 04:28:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192265] New: [new port] devel/p5-AnyEvent-Task - Client/server-based asynchronous worker pool
Message-ID:  <bug-192265-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: bill.brinzer@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192265-13>