Search:

Type: Posts; User: helloworld922

Search: Search took 0.20 seconds.

  1. Replies
    6
    Views
    3,248

    Re: process control

    I'd say it was impossible in pure Java... Java can't "impede" on another process on it's own since it has no way of getting the memory pointer for that process, and also because doing this is highly...
  2. Replies
    6
    Views
    3,248

    Re: process control

    Yes, but I would advise strongly against it. Pausing/resuming/terminating another processes, especially if you did not create the process to be acted upon, is extremely prone to memory leaks and...
Results 1 to 2 of 2