Hi Bongjae,
You are correct, only downloads are supported at the moment. Most of
the code could be however reused or slightly refactored to create a
"grizzly-getfile" module :)
My applications that use grizzly-sendfile are read-mostly, so uploads
don't usually become a bottleneck. Also, I recall hearing JFA
mentioning that grizzly can handle uploads with non-blocking IO, which
should give you most of the benefits that you are probably looking for.
/i
On Aug 27, 2009, at 3:48 AM, Bongjae Chang wrote:
> Hi Igor,
>
> When I reviewed and read grizzly-sendfile docs, grizzly-sendfile
> doesn't consider client's upload but only client' download.
>
> Is it right?
>
> If it is right, how about supporting client's upload like client
> download?
>
> If users used to use a grizzly client or use HTTP client, I think
> that the feature is useful.
>
> What do you think?
>
> --
> Bongjae Chang