From: Jonathan McDowell Date: Fri, 15 Apr 2005 16:01:58 +0000 (+0000) Subject: Make onak-mail.pl queue requests. X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/80989f28059ef378b7473f65a5cf3afdecc722f3?hp=80989f28059ef378b7473f65a5cf3afdecc722f3 Make onak-mail.pl queue requests. onak-mail.pl sequentially processes requests. Rather than having a lot of these processes hang around waiting for other requests to complete we now dump requests to a file and then the active copy will process all pending requests. ---