Transfering large file from client to server

Trustin Lee (이희승) trustin at gmail.com
Tue Sep 29 06:08:10 EDT 2009


Great to hear that.  Looking forward to seeing another update from you. :)

Cheers

— Trustin Lee, http://gleamynode.net/



On Tue, Sep 29, 2009 at 6:33 PM, bgoetzmann <bgoetzmann at sophia.symag.com> wrote:
>
> Thank you; I made a lot of progress that I mention here:
> http://www.jboss.org/netty/community.html#nabble%2Buser%2FUserNodes.jtp%3Fuser%3D171143%26node%3D685743
>
> I suspended this work for the moment because I'm writing a Grails plugin
> that integrates the Atmopshere framework.
> I think I will soon rework on that subject; certainly by writing a
> demonstration combining Netty and JavaFX for transfering large files.
>
> Bertrand ;-)
>
>
> Trustin Lee wrote:
>>
>> I wonder you succeeded to implement what you described in your post.
>> If you are still in trouble, please let me know.
>>
>> — Trustin Lee, http://gleamynode.net/
>>
>>
>>
>> On Fri, Sep 11, 2009 at 12:53 AM, bgoetzmann
>> <bgoetzmann at sophia.symag.com> wrote:
>>>
>>> Hello,
>>>
>>> Recently I used the ServiceMix ESB in order to transfer large files
>>> between
>>> two machines, each one executing my SOA application. This application
>>> uses
>>> HTTP binding component and Web service component with MTOM support: the
>>> main
>>> idea for me is that one component read a file piece by piece and sends
>>> each
>>> one to the web service component that rewrite the file piece by piece.
>>> I would like to do same with Netty!
>>>
>>> I explored the example from the org.jboss.netty.example.http.file package
>>> where a client send a GET request to the server that delivers a file
>>> piece
>>> by piece.
>>> In my case, in fact, I would like that the client send a file piece by
>>> piece
>>> and that the server write the entire file on its side.
>>> I would to get some lights on this approach; I suppose I don't need to
>>> use
>>> HTTP protocol? What is the example that would be near of what I try to
>>> do?
>>>
>>> Thank you a lot!
>>>
>>> Bertrand.
>>> --
>>> View this message in context:
>>> http://n2.nabble.com/Transfering-large-file-from-client-to-server-tp3617702p3617702.html
>>> Sent from the Netty User Group mailing list archive at Nabble.com.
>>> _______________________________________________
>>> netty-users mailing list
>>> netty-users at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/netty-users
>>>
>>
>> _______________________________________________
>> netty-users mailing list
>> netty-users at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/netty-users
>>
>>
>
> --
> View this message in context: http://n2.nabble.com/Transfering-large-file-from-client-to-server-tp3617702p3734944.html
> Sent from the Netty User Group mailing list archive at Nabble.com.
>
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
>



More information about the netty-users mailing list