nickva commented on PR #5243:
URL: https://github.com/apache/couchdb/pull/5243#issuecomment-2350096060

   ```
   ([email protected])1> f(), P = 
couch_query_servers:get_os_process("javascript").           
{proc,<0.784.0>,<<"javascript">>,
         #Ref<0.755959798.3700686850.66246>,undefined,#{},
         {couch_os_process,prompt},
         {couch_os_process,set_timeout},
         {couch_os_process,stop},
         -576460716757433944,-576460716757433604}
   ([email protected])2>  couch_query_servers:proc_prompt(P, [<<"add_fun">>, 
<<"function(){}">>]). 
   true
   ([email protected])3> 
   ```
   
   Make sure a couchjs is running.
   
   Brutally killing the pid should also kill the couchjs process
   ```
   ([email protected])3> exit(<0.784.0>, kill).   
   ([email protected])4> 
   ```
   
   Now it shouldn't be running


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to