Agozer Posted June 1, 2005 Share Posted June 1, 2005 The problem I have with Java is that, once you make a standalone program from a Java code, it isn't actually standalone anymore. So where normally, system calls would go System --> Program an vice versa, now it goes System --> Java Runtime Layer --> Program and vice versa. You ar no longer running a single program, but rather two programs to run one single program. "Standalone" applications coded in Java are more process-heavy due to this. Furthermore, if the Java Layer segfaults (or encounters any other error and terminates), it takes the whole shebang down with it. Link to comment Share on other sites More sharing options...
BIGWORM Posted June 3, 2005 Share Posted June 3, 2005 I'm sticking with my BitTornado. Link to comment Share on other sites More sharing options...
Dooz Posted June 3, 2005 Share Posted June 3, 2005 I'm sticking with my BitTornado.<{POST_SNAPBACK}>I second that one. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now