fmassei / mojito-webserver

Automatically exported from code.google.com/p/mojito-webserver
1 stars 0 forks source link

Add the possibility to have more filters at the output #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add the possibility to have more filters at the output (there's everything,
just dequeue insted of calling only the first callback)

Original issue reported on code.google.com by fmas...@gmail.com on 29 Aug 2009 at 11:10

GoogleCodeExporter commented 9 years ago
The filter mods acts directly to the output socket, for performance issues. 
Chaining
more filters means creating an intermediate file somehow, and we don't think 
that it
is a good choice.
Note: this issue could be reopened in future, but now it's not a concern.

Original comment by fmas...@gmail.com on 10 Sep 2009 at 8:24