|
|
|
|
|
by jbri
5221 days ago
|
|
Often you're serving big chunks of static content with a little bit of dynamic content sprinkled in. You can effectively concatenate stuff by just writing both to the same channel - which means you can get the zero-copy performance benefits for the static parts of your data if you know exactly how much static data there is before you need to write out something dynamic. |
|
I can see the use if one would recreate a server from the ground up. But that would be a rather large task.