Assume you have a running jar file that is connected to Mysql and keep the connection.
I have a function (delete a record) in my jar file that deletes a user with PID.
Now, I need to send the argument to the jar file without reopening the jar file.
In Linux, We send a pulse to process
How do can I send an argument or request to process without reopening it?
Thanks
I have a function (delete a record) in my jar file that deletes a user with PID.
Now, I need to send the argument to the jar file without reopening the jar file.
In Linux, We send a pulse to process
How do can I send an argument or request to process without reopening it?
Thanks