Date: Tue, 16 Apr 2002 12:12:46 -0700 (PDT) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/mfcns/handler MFCns_handler.py Message-ID: <200204161912.g3GJCk118135@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2002/04/16 12:12:46 PDT
Modified files:
mfcns/handler MFCns_handler.py
Log:
Attempt to fix ordering issues when sending MFC notification - seemingly
notifications are coming out in LIFO order instead of FIFO. Investigation
revealed that the service does it right, but apparently after they have
beed sent by the service notifications are gathered in some queue, from
which they are coming in the LIFO order. Try to workarond the problem
by introducing artifical delay between sending each subsequent notification
(10 seconds).
Reported by: rwarson
Revision Changes Path
1.16 +7 -0 projects/mfcns/handler/MFCns_handler.py
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204161912.g3GJCk118135>
