Re: [patch 09/16] simplify array and table serialization

2006-09-20 Thread Brian Akins
Davi Arnaut wrote: Simplify the array and table serialization code, separating it from the underlying I/O operations. Probably faster to just put every thing in an iovec (think writev). -- Brian Akins Chief Operations Engineer Turner Digital Media Technologies

Re: [patch 09/16] simplify array and table serialization

2006-09-20 Thread Davi Arnaut
On 20/09/2006, at 10:16, Brian Akins wrote: Davi Arnaut wrote: Simplify the array and table serialization code, separating it from the underlying I/O operations. Probably faster to just put every thing in an iovec (think writev). Probably no, apr_brigade_writev does (quite) the same. --

Re: [patch 09/16] simplify array and table serialization

2006-09-20 Thread Brian Akins
Davi Arnaut wrote: On 20/09/2006, at 10:16, Brian Akins wrote: Davi Arnaut wrote: Simplify the array and table serialization code, separating it from the underlying I/O operations. Probably faster to just put every thing in an iovec (think writev). Probably no, apr_brigade_writev

Re: [patch 09/16] simplify array and table serialization

2006-09-20 Thread Davi Arnaut
On 20/09/2006, at 11:00, Brian Akins wrote: Davi Arnaut wrote: On 20/09/2006, at 10:16, Brian Akins wrote: Davi Arnaut wrote: Simplify the array and table serialization code, separating it from the underlying I/O operations. Probably faster to just put every thing in an iovec

Re: [patch 09/16] simplify array and table serialization

2006-09-20 Thread Davi Arnaut
On 20/09/2006, at 11:58, Davi Arnaut wrote: On 20/09/2006, at 11:00, Brian Akins wrote: Davi Arnaut wrote: On 20/09/2006, at 10:16, Brian Akins wrote: Davi Arnaut wrote: Simplify the array and table serialization code, separating it from the underlying I/O operations. Probably