On 9/15/06, Horace Pinker <[EMAIL PROTECTED]> wrote:
i'm wondering if it is possible to create a stunt-like relay server based upon mina. any thougts about that? maybe somebody already did this?
<snip/> Yes, it's most definitely possible. If you don't have too much data to shift around, a MINA implementation would do very well and would be extremely simple to implement. If you want higher efficiency, then you will have to go for Linux kernel api's such as splice(), which reduce the data-copy needed. HTH, Vinod.
