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 just finished implementing a FileDescriptorSet class, but it requires
some further testing to verify that it is thread safe.
According to the description in the iomgr.c file in the jdk1.1 source it
should be safe to call the select() function found in that file. Does anyone
know if some special care must be taken before calling that function?
//Per Widerlund
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]