------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
http://www.exim.org/bugzilla/show_bug.cgi?id=294 ------- Comment #2 from [EMAIL PROTECTED] 2007-01-25 10:04 ------- (In reply to comment #1) > Is it definitely impossible to implement a way of getting the true count? > Otherwise this wish should perhaps remain, possibly for eternal times... Yes, unless you build a lot of infrastructure (shared memory segment, or a pipe with an ask/response protocol, or you continually write the value to a file, or...) all of which are fairly major and will have performance impacts. The value you want is in the daemon process and nowhere else. I personally do not believe it is worth building a huge infrastructure just to get this particular value out to other processes. -- Configure bugmail: http://www.exim.org/bugzilla/userprefs.cgi?tab=email -- ## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
