Re: Forking Java GUI Apps
From: Jan Knutar (shadowjksp_at_yahoo.se)
Date: 09/25/04
- Next message: patrick carosso: "How to run an app from another app"
- Previous message: Peter Eisch: "Re: Update kernel on old RH install cd"
- In reply to: Wiseguy: "Re: Forking Java GUI Apps"
- Next in thread: Jose Maria Lopez Hernandez: "Re: Forking Java GUI Apps"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 25 Sep 2004 11:29:41 +0300
Wiseguy wrote:
> About the closest native function in java to forking is the Threads
> class. In Linux the implementation creates a child process for each
> thread. Without reengineering the java machine that's about as close
> as I think you'll get.
Atleast Blackdown java has the ability to use NPTL, IBM Java however just
crashes with those and require old gnu pthreads...
- Next message: patrick carosso: "How to run an app from another app"
- Previous message: Peter Eisch: "Re: Update kernel on old RH install cd"
- In reply to: Wiseguy: "Re: Forking Java GUI Apps"
- Next in thread: Jose Maria Lopez Hernandez: "Re: Forking Java GUI Apps"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|