Re: Forking Java GUI Apps
From: Jose Maria Lopez Hernandez (jkerouac_at_bgsec.com)
Date: 09/27/04
- Next message: Wiseguy: "Re: Forking Java GUI Apps"
- Previous message: Måns Rullgård: "Re: How to design IDE software"
- In reply to: Wiseguy: "Re: Forking Java GUI Apps"
- Next in thread: Wiseguy: "Re: Forking Java GUI Apps"
- Reply: Wiseguy: "Re: Forking Java GUI Apps"
- Reply: Måns Rullgård: "Re: Forking Java GUI Apps"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 27 Sep 2004 00:45:25 +0200
Wiseguy wrote:
> "Amir Michail" <amichail@gmail.com> tried to express:
>
> 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.
I thought the last Java versions for Linux used real threads.
I'm I wrong?
-- Jose Maria Lopez Hernandez Director Tecnico de bgSEC jkerouac@bgsec.com bgSEC Seguridad y Consultoria de Sistemas Informaticos http://www.bgsec.com ESPAÑA The only people for me are the mad ones -- the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn like fabulous yellow Roman candles. -- Jack Kerouac, "On the Road"
- Next message: Wiseguy: "Re: Forking Java GUI Apps"
- Previous message: Måns Rullgård: "Re: How to design IDE software"
- In reply to: Wiseguy: "Re: Forking Java GUI Apps"
- Next in thread: Wiseguy: "Re: Forking Java GUI Apps"
- Reply: Wiseguy: "Re: Forking Java GUI Apps"
- Reply: Måns Rullgård: "Re: Forking Java GUI Apps"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|