Asynchronous IO
Marc-André Laverdière
marcandre.laverdiere at gmail.com
Wed Aug 11 06:18:24 EDT 2010
I'm using Netty on a Linux box and it works just fine. Asynchronous
sockets are provided by your Java VM.
Remember that asynchronous IO can always be emulated in some way :)
Marc-André LAVERDIÈRE
"Perseverance must finish its work so that you may be mature and
complete, not lacking anything." -James 1:4
mlaverd.theunixplace.com/blog
/"\
\ / ASCII Ribbon Campaign
X against HTML e-mail
/ \
2010/8/11 arsene lin <javadeveloper999 at yahoo.co.uk>:
>
> I read the document
>
> http://docs.jboss.org/netty/3.2/guide/html_single/index.html#d0e1774
>
> which states states that Netty supports asynchronous io.
>
> However, I also read some document on the internet saying GNU/ Linux, which
> will be the target system to run my programe, does not support os level
> asynchronous socket io (seemingly it supports file aio.) Does this mean if I
> use Netty on GNU/ Linux, the asynchronous socket io won't work? Or what
> would be the influence?
>
> Thanks for help.
> --
> View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Asynchronous-IO-tp5411135p5411135.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