HTTPSQS is a Simple Queue Service based on HTTP GET/POST protocol. Check https://code.google.com/p/httpsqs/ for details. Fix: The software uses procfs once, only for getting the full path to it's executable file. I replaced it with a compile time substitution. I do wanted to write a rc script for it, since it's a server. But this program does not read a config file, and all configurations need to be supplied through command line. So, you know.
Responsible Changed From-To: freebsd-www->freebsd-ports-bugs Make this a ports PR.
Responsible Changed From-To: freebsd-ports-bugs->bapt I'll take it.
bapt 2011-04-27 11:23:33 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/httpsqs Makefile distinfo pkg-descr www/httpsqs/files Makefile patch-httpsqs.c Log: HTTPSQS is a Simple Queue Service based on HTTP GET/POST protocol. It can handle more than 10000 requests/sec concurrent connections. Currently it's widely deployed throughout the xoyo.com under the Kingsoft Corporation. WWW: https://code.google.com/p/httpsqs/ PR: ports/156595 Submitted by: Zhihao Yuan <lichray at gmail.com> Revision Changes Path 1.2869 +1 -0 ports/www/Makefile 1.1 +35 -0 ports/www/httpsqs/Makefile (new) 1.1 +2 -0 ports/www/httpsqs/distinfo (new) 1.1 +18 -0 ports/www/httpsqs/files/Makefile (new) 1.1 +19 -0 ports/www/httpsqs/files/patch-httpsqs.c (new) 1.1 +5 -0 ports/www/httpsqs/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes: added -pthread to compilation to avoid build failure when libevent2 is built with thread and tockyocabinet not. Thanks!