Transfering large file from client to server

Mike McGrady mmcgrady at topiatechnology.com
Tue Sep 29 11:02:58 EDT 2009


If you lookup Karma sender and receiver in archives, you will see how  
I did this, although I have made many improvement since.

Sent from my iPhone

On Sep 29, 2009, at 1:33 AM, Trustin Lee (이희승)  
<trustin at gmail.com> 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



More information about the netty-users mailing list