64740c8f28
SQueuer is a queueing proxy for Seti@Home with the following features: * Keeps a configurable sized queue of work units so that the client will always be able to get a new work unit immediately upon finishing one. * Queues results for uploading should the main Seti@Home site be overloaded or down. Results are never lost and the client is never delayed waiting to upload a result. * Can handle multiple users running the Seti@Home client on multiple machines all connecting to SQueuer. * Platform independent. SQueuer has been tested and found to work on different versions of Unix, MacOS and Windows. All it requires is a Perl 5 interpreter.
22 lines
587 B
Text
22 lines
587 B
Text
$FreeBSD$
|
|
|
|
--- etc/squeuer.conf.unix.orig Thu Aug 7 09:32:52 2003
|
|
+++ etc/squeuer.conf.unix Thu Aug 7 11:26:29 2003
|
|
@@ -12,7 +12,7 @@
|
|
# Location of the work unit spooling directory
|
|
# This must be writable by the SQueuer process
|
|
#
|
|
-spool_path = /var/spool/squeuer
|
|
+spool_path = %%SPOOLDIR%%
|
|
|
|
#
|
|
# Do we write the pid out
|
|
@@ -52,7 +52,7 @@
|
|
# warning - security problems or invalid data found
|
|
# alert - user must do something or squeuer won't work
|
|
#
|
|
-log_method = /var/spool/squeuer/squeuer.log
|
|
+log_method = %%LOGDIR%%/squeuer.log
|
|
log_level = info,notice,warning,alert
|
|
|
|
#
|