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

   ```
   (couchdb@127.0.0.1)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}
   (couchdb@127.0.0.1)2>  couch_query_servers:proc_prompt(P, [<<"add_fun">>, 
<<"function(){}">>]). 
   true
   (couchdb@127.0.0.1)3> 
   ```
   
   Make sure a couchjs is running.
   
   Brutally killing the pid should also kill the couchjs process
   ```
   (couchdb@127.0.0.1)3> exit(<0.784.0>, kill).   
   (couchdb@127.0.0.1)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: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to