[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] LWIP_HTTPD_FS_ASYNC_READ, LWIP_HTTPD_DYNAMIC_FILE_READ
From: |
Ben Stuyts |
Subject: |
Re: [lwip-users] LWIP_HTTPD_FS_ASYNC_READ, LWIP_HTTPD_DYNAMIC_FILE_READ |
Date: |
Wed, 12 Dec 2012 13:34:27 +0100 |
On 12 dec. 2012, at 11:43, Simon Goldschmidt <address@hidden> wrote:
> Ben Stuyts wrote:
>> While browsing the httpd sources I came across the
>> LWIP_HTTPD_FS_ASYNC_READ and LWIP_HTTPD_DYNAMIC_FILE_READ define. In fs.h I
>> read for
>> LWIP_HTTPD_FS_ASYNC_READ: support asynchronous read operations
>> [..]
>> So my first question is: has this been tested and is it working?
>
> Yes, we are using this in a device we ship. Although I think we currently
> only delay the start and don't use it for memory management during transfer,
> I think it should still work.
Thanks Simon, that is good to know. I'll have a go at enabling it.
>> And the second question: are there any examples?
>
> Unfortunately, no, there aren't any examples, currently. Neither for this,
> nor for the SSI or CGI code. :-( That's on my list, though...
For SSI/CGI there are lots of examples in TI's StellarisWare libraries
fortunately. Although it takes some effort to follow what's handled where...
Ben