Re: select() API

1999-06-11 Thread Xuan Baldauf
Hello, I've been waiting for years for a solution to missing select()-style IO. Are you developing for GNU GPL? (so the question: may I use and test your code in a real-world application?) Thank you in advance. Xuân Baldauf. (P.S.: Ich spreche auch deutsch) Bernhard Fastenrath wrote: > [EMA

Re: select() API

1999-06-05 Thread zun
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 bel

Re: select() API

1999-06-02 Thread Per Widerlund
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 submitt