Date: Sun, 17 Aug 2014 18:11:09 +0000 From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: [Bug 192265] [new port] devel/p5-AnyEvent-Task - Client/server-based asynchronous worker pool Message-ID: <bug-192265-14331-Fyd23m2EcS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-192265-14331@https.bugs.freebsd.org/bugzilla/> References: <bug-192265-14331@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192265 --- Comment #13 from commit-hook@freebsd.org --- A commit references this bug: Author: pi Date: Sun Aug 17 18:10:58 UTC 2014 New revision: 365216 URL: http://svnweb.freebsd.org/changeset/ports/365216 Log: New port: devel/p5-AnyEvent-Task 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. WWW: http://search.cpan.org/dist/AnyEvent-Task/ PR: 192265 Submitted by: bill.brinzer@gmail.com Changes: head/devel/Makefile head/devel/p5-AnyEvent-Task/ head/devel/p5-AnyEvent-Task/Makefile head/devel/p5-AnyEvent-Task/distinfo head/devel/p5-AnyEvent-Task/pkg-descr head/devel/p5-AnyEvent-Task/pkg-plist -- 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-14331-Fyd23m2EcS>