That's very true. You can do the same over http with just some input/output stream bridging. Have tried it, and it's quite performing, and also you can move massive chunks of data with a very small heap.
Martin On 5/16/07, Jukka Zitting <[EMAIL PROTECTED]> wrote:
Hi, On 5/16/07, Dominique de Waleffe <[EMAIL PROTECTED]> wrote: > It works ok for the load it has to cope with, but I cannot say that the > server is stressed by the number of operations [it basically serves > large files (videos)] and the site does not have the load of youtube... That's a good point. The RMI layer is actually pretty efficient from a bandwidth perspective, i.e it supports efficient streaming of binary values. BR, Jukka Zitting
