[users@httpd] How to decide about shared memory

2011-10-07 Thread Torsten Förtsch
Hi, during APR configuring a decision is made what type of shared memory to use. Is there a way to influence this decision in favor for a certain kind via environment variables or command line options? Thanks, Torsten Förtsch -- Need professional modperl support? Hire me!

[users@httpd] Apache Load balancer Issue in Solaris server

2011-10-07 Thread muthu.alagappan
Hi, Need some guidance on configuring Apache load balancer in Solaris server . Load Balancer : Apache Apache version : 2.2.16 Implemented using http://httpd.apache.org/docs/current/mod/mod_proxy_balancer.html; Algorithm Used for testing : 1) lbmethod=byrequests, 2) lbmethod=bytraffic 3)

[users@httpd] apache filter flush bucket chunked

2011-10-07 Thread Lyudmila L. Balakireva
Hello, I am writing some output filter and I am studying existing code. I need to create socket in my code and read data from buckets and send data using chunking encoring. So my question if I need to do any special processing with flush buckets, besides forwarding them to next filter. example

Re: [users@httpd] apache filter flush bucket chunked

2011-10-07 Thread Nick Kew
On Fri, 7 Oct 2011 11:08:03 -0600 (MDT) Lyudmila L. Balakireva lu...@lanl.gov wrote: Hello, I am writing some output filter and I am studying existing code. I need to create socket in my code and read data from buckets and send data using chunking encoring. You probably DON'T want to do

Re: [users@httpd] apache filter flush bucket chunked

2011-10-07 Thread Lyudmila L. Balakireva
Could you comment on my question. I am aware of modular architecture. I need to send data to different server for archiving with each request. On Fri, 7 Oct 2011 11:08:03 -0600 (MDT) Lyudmila L. Balakireva lu...@lanl.gov wrote: Hello, I am writing some output filter and I am studying