Hello Everyone.
Are there known Problems with running of of the latest jdks (blackdown,
sun, ibm) under X11 but without a Windowmanager ? The application uses
only one "Window".
Thanks.
Oktay Akbal
--
To UNSUBSCRIBE, email
Stefaan A Eeckels wrote:
> Seriously, "hundreds" of threads in _Java_, the acknowledged speed-demon
> of languages?
I don't think you'll find too much argument that huge threadcounts do not
necessarily add up to brilliant programming. An unfortunate, early design
decision against supporting asyn
"Rousseau, John" <[EMAIL PROTECTED]> writes:
>
> A performance critical application server that needs to handle
> hundreds of simultaneous requests and wants to keep a pool of
> threads around so as to not re-instantiate a client thread per
> incoming request.
This is the scenario we discuss in
Artur Biesiadowski <[EMAIL PROTECTED]> writes:
> Of course you can tell: Let's make java support nonblocking io. But it
> is not possible for now, JCP process is quite long,
We are working on it (I am on the expert group for the JCP specification
to add nonblocking I/O APIs to Java). It is slat
Michael Thome <[EMAIL PROTECTED]> writes:
> I think the best answer is to do the second tier threading in userspace
> (best would be in glibc).
While on the surface this looks like the simple solution, in practice it
is very difficult to do. It requires that any operation that might block
the
On 09-Jun-2000 Avi Cherry wrote:
> >I'm not one of the kernel folk, but can you give me an example of
> >an application that would be impossible without hundreds of threads?
> >Or even one that would significantly benefit from hundreds of threads?
>
> Easy. How about any sort of stateful serv
On Friday Jun 9, 2000, Stefaan A Eeckels wrote:
>
> On 09-Jun-2000 Michael Thome wrote:
> > I think the best answer is to do the second tier threading in userspace
> > (best would be in glibc). The kernel folks have some good points
> > about doing it the kernel but seem to have a mental bl
Linux JDK 1.3.0
The IBM Developer Kit for Linux(R), Java(TM) 2 Technology
Edition, Version 1.3.0 Early Release (Early Release Developer
Kit) is a software development kit that can be used to build
Java applications on Linux. The Early Release Developer Kit
includes development tools, the IBM Ja
Hi,
Just for the info that swing-1.1.1fcs works fine with kaffe and
i got it from sun.
-Raj
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Fri, 9 Jun 2000, Rajesh Patel wrote:
What is this?
Reply-to: "^X"@lads.is.lmco.com
> hi all,
> I am running kaffe 1.0.5 on my Redhat 6.1 and trying to use
> swing classes. It is not finding swing classes. e.g.
> Can''t find class "javax/swing/JFrame" §8 ...
> How can i
On 09-Jun-2000 Michael Thome wrote:
> I think the best answer is to do the second tier threading in userspace
> (best would be in glibc). The kernel folks have some good points
> about doing it the kernel but seem to have a mental block as to why
> you'd *ever* want hundreds of threads in a
hi all,
I am running kaffe 1.0.5 on my Redhat 6.1 and trying to use
swing classes. It is not finding swing classes. e.g.
Can''t find class "javax/swing/JFrame" §8 ...
How can i get it to work with swing? Which version of swing should i
use and where can i find it?
Thanks i
>I think the best answer is to do the second tier threading in
>userspace (best would be in glibc).
Do any systems that do mixed user/kernel threads work well? I've heard
nightmares about Solaris' threading system, with the complication of
hybrid threads as the prime culprit.
>The kernel folks h
Before they did Kaffe, the folks behind Transvirtual did an AWT-like
toolkit called BISS-AWT... you may find that, lacking the dependencies
on Kaffe, BISS-AWT is easier to build:
http://www.biss-net.com/biss-awt.html
And, of course, there's always Swing.
Nathan
On Fri, Jun 09, 2000 at 04:
> "Nelson" == Nelson Minar <[EMAIL PROTECTED]> writes:
> Newer Sun releases will be native threads only, not green threads. I
> asked why, and got two answers:
> Hotspot assumes native threads, so a green threads version would be hard.
> Thread management is the OS' job, not the applicati
Hi All,
My company needs some kind of open-source replacement for AWT, so we can
control display better and optimize portions of the rendering for our
application. Currently we run Slackware 3.6 (Linux 2.0.35, libc5) and
XFree 3.3.5. We've been using Blackdown JDK/JRE 1.1.6 v5. Kaffe 1.0.5
app
16 matches
Mail list logo