Jump to content

Is Rodi BitTorrent’s Replacement?


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...