dev@grizzly.java.net

Re: Does grizzly-sendfile support client's upload?

From: Bongjae Chang <carryel_at_korea.com>
Date: Fri, 28 Aug 2009 00:29:00 +0900

Thank you for your information!

--
Bongjae Chang


----- Original Message -----
From: "Igor Minar" <iiminar_at_gmail.com>
To: <dev_at_grizzly.dev.java.net>
Sent: Friday, August 28, 2009 12:14 AM
Subject: Re: Does grizzly-sendfile support client's upload?


> 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
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>
>
>
>