Re: [Wt-interest] Streaming a resource in multiple chunks?(modified WFileResource)

2008-11-18 Thread Koen Deforche
Hey Michael, 2008/11/18 Michael Sørensen Loft [EMAIL PROTECTED]: I suggest that we make a build configuration option for the wthttpd that allows the choice between either scenario (transmitting a buffer using async I/O versus directly streaming using sync I/O). The latter option would then be

Re: [Wt-interest] Streaming a resource in multiple chunks? (modified WFileResource)

2008-11-14 Thread Koen Deforche
Hey Michael, 2008/11/13 Michael Sørensen Loft [EMAIL PROTECTED]: I am using wt in an embedded application and therefore I have limited memory. I need to provide download of files and for that I use a WFileResource. From looking at the implementation of WFileResource, it seems that the entire