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  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 that in your module.
> Just pass your data down the chain and let the builtin
> chunking filter chunk them.
>
> You're working in a modular architecture.  Don't reinvent the wheel!
>
> --
> Nick Kew
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>    "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to