C 에서는 프로세스를 새로 만드는 것과 쓰레드를 새로 만드는 것이 다른데요...
자바에서는 어떻게 되는건가요? API 문서를 뒤져보니 Thread 클래스 밖에는 눈에 들어오는게 없던데... Thread 클래스에 프로세스 fork 가 가능한가요?
자바에서 쓰레드를 만드는게 아니라, 프로세스를 만들려면 어떻게 해야 하나요?
Runtime.exec();
ProcessBuilder.start();
---- I paint objects as I think them, not as I see them.atie's minipage
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
Runtime.exec();
Runtime.exec();
5.0에서는
ProcessBuilder.start();
----
I paint objects as I think them, not as I see them.
atie's minipage
댓글 달기