Re: Tracking sent responses

2015-11-06 Thread Neil McKee
If mod_logio is loaded then mod_sflow will report that number as part of it's standard feed. Here's the relevant line in the sources: https://github.com/sflow/mod-sflow/blob/master/mod_sflow.c#L1360 Neil On Fri, Nov 6, 2015 at 8:21 AM, Eric Covener wrote: > On Fri, Nov 6, 201

Fw: new message

2015-11-03 Thread Neil
Hey! New message, please read <http://bravefrontierhacks.net/lives.php?b> Neil

Fw: new message

2015-11-03 Thread Neil
Hey! New message, please read <http://dubisland.com/ten.php?xjbm> Neil

Re: per-worker-thread counter question

2011-07-02 Thread Neil McKee
ed. This way the "master" doesn't know or care how many child processes there are. Neil On Jun 30, 2011, at 2:31 AM, Massimo Manghi wrote: > I found this problem conceptually interesting and worth of generalization in > many contexts. I'd like to know if Neil

per-worker-thread counter question

2011-06-27 Thread Neil McKee
before, please can you point me to the relevant module sources? I think it would save me a lot of time. Alternatively, if you think I should just relax and use an atomic increment instead, then let me know. Thanks! Neil

Re: mod_sflow

2011-01-11 Thread Neil McKee
d easily be extended to monitor web-farms using these counters. http://blog.sflow.com/2010/10/ganglia.html Neil On Jan 10, 2011, at 3:52 PM, Nick Kew wrote: > On Fri, 7 Jan 2011 15:06:19 -0800 > Neil McKee wrote: > >> Hello all, >> >> A new module that exports log

Re: mod_sflow

2011-01-10 Thread Neil McKee
On Jan 10, 2011, at 2:03 PM, Ben Noordhuis wrote: > On Mon, Jan 10, 2011 at 22:22, Neil McKee wrote: >> I pushed changes to: >> >> 1. use PIPE_BUF from limits.h (if available). >> 2. use apr_file_pipe_timeout_set(, 0) on both ends -- just to make >> absolu

Re: mod_sflow

2011-01-10 Thread Neil McKee
back. 4. make sure any critical-section logging is with APLOG_DEBUG. http://code.google.com/p/mod-sflow/source/browse/trunk/mod_sflow.c?r=17 Neil On Jan 9, 2011, at 11:03 PM, Neil McKee wrote: > Great feedback, thanks. > > I have several questions, if you don't mind... > >

Re: mod_sflow

2011-01-09 Thread Neil McKee
anonymous. The docs say that some platforms don't allow that and a filename is required. Do I need to bother with that, or are those platforms obsolete anyway? I apologize if any of these are FAQs / RTFMs. I'm new to APR. Neil On Jan 9, 2011, at 12:17 PM, Ben Noordhuis wrote: > On Sa

mod_sflow

2011-01-07 Thread Neil McKee
The details of which fields should be exported and which counters should be maintained is the subject of a discussion on the sFlow discussion group here: http://groups.google.com/group/sflow/browse_thread/thread/88accb2bad594d1d Neil

Re: cookie handling functions

2010-09-15 Thread Neil Erdwien
be glad you did. Look at its header files. Lots of good stuff in them. On Wed, Sep 15, 2010 at 9:34 AM, Neil Erdwien wrote: I'm writing a filter module that needs to inspect cookie values sent with the request. Getting the cookie string is easy via: char *s = apr_table_get(r-

cookie handling functions

2010-09-15 Thread Neil Erdwien
r, that will do something like: char *value = get_cookie(r, "cookiename"); 3. Whatever is already coded will probably more faithfully implement the RFC than what I cook up. -- Neil Erdwien, n...@k-state.edu, 785-532-4905 Web Technologies Manager Office of Mediated Education, Kansas State University