Mailing List Archive

[Bug 294] Make smtp_accept_count available as a variable
------- 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


holmgren@lysator.liu.se changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED




------- Comment #1 from holmgren@lysator.liu.se 2007-01-24 03:02 -------
Philip has implemented this now, but called the variable
$smtp_count_at_connection_start, which more accurately reflects what it is.

Is it definitely impossible to implement a way of getting the true count?
Otherwise this wish should perhaps remain, possibly for eternal times...

--
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/ ##
[Bug 294] Make smtp_accept_count available as a variable [ In reply to ]
------- 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 ph10@hermes.cam.ac.uk 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/ ##