On Fri, Sep 16, 2011 at 4:36 PM, Stephan Beal <sgb...@googlemail.com> wrote:

> On Fri, Sep 16, 2011 at 4:33 PM, Richard Hipp <d...@sqlite.org> wrote:
>
>> If by FILE handle you mean one that is connected via TCP/IP to a client on
>> the other end, then yes, you should be OK.
>>
>
> g.httpOut, for example. In HTTP mode i'm using that handle. In CLI mode i'm
> using stdout. For POST data i'm reading from g.httpIn (FILE*).
>

On second thought, that's not entirely true - in HTTP mode i stuff the JSON
in a Blob and let cgi_reply() do the output.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to