You might want to ask over on
[EMAIL PROTECTED]
Java doesn't do async io in the
same way that various c/c++
environments do.
That shouldn't prevent you from
achiving a pretty scalable system,
take a look at our SNMP stack,
the code is available from our
website, it address many of the
issues that you mentioned.
As for multiplexing Java threads
over kernel threads, Solaris already
does this.
By the way - if you want a hand
writing your WAP gateway(I'm
guessing here) let me know....
PS udp is connectionless- any
connections only exist in your own
code..
skeptical <[EMAIL PROTECTED]> wrote:
__________
>dear all: is there a mailing list that discusses the above topic? i am new
>to java but am very familiar with c++, windows nt. i need to write a
>distributed server app that can service millions of udp connections. i know
>how to do it on windows nt using c++ (using w2k thread pooling, iocp, etc.).
>i am attracted to the write once run anywhere concept of java and would like
>to investigate the possibility of writing such system using java. has anyone
>done this? is it possible/recommended on java?
>
>tks,
>peter
>
---
URL http://www.westhawk.co.uk/
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html