0
(click on this box to dismiss)
What is cub_js process for?
I noticed that when CUBRID Service is started there are many processes launched as well. Among them one was interesting for me. What is cub_js process for?
1
Answer
1
cub_js process belongs to CUBRID Manager Server (notice not client but server). CM Server starts two processes: cub_auto, cub_js.
- cub_auto process authenticates the CUBRID Manager client users, performs periodic automations, and collects analysis information
- cub_js process executes user requests received from the CUBRID Manager Client (GUI database manager).
CUBRID Manual has more explanation on this. Also see CUBRID Processes question.
asked last year
viewed 585 times