|
|
|
|
|
by diroussel
3739 days ago
|
|
I would guess it was the immaturity of the java IO layer that didn't play well with green threads. You need a good asycn IO layer on all the platforms that java was supporting (solaris and windows, plus others) for the green threads to work well. |
|