On Wed, 2 Jun 1999, Bernhard Fastenrath wrote:

> [EMAIL PROTECTED] wrote:
> > At least one company I know of has been forced to a custom JVM
> > (Hewlett-Packard's) in order to get acceptable performance out of a
> > Java-based server, and they basically made an interface to select(). 
> > I believe they've submitted a proposal to Sun also.  And according to
> > them, the Sun engineers are amenable to doing something about this.
> 
> Oops, i was just about to implement it myself.
> Is their select() interface availabe online?

I've received a copy of their interface but I can't disclose it publicly
I'm afraid.  It's based on poll() rather than select() and is pretty
straightforward.  According to my sources this should be part of the HP
1.1.8 JVM but whether it is custom or not is unclear.

I was mistaken on the point that it will be a public specification, it is
unclear at the moment.

I'm also not sure how much work if any the JVM needs to do to support this
other than the JNI.

. . . Sean.



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to