Is there a way to configure MP IO timeout when using ScriptTarget (node.js) instead of HTTPTargetConnection?
Solved! Go to Solution.
Hi @Ozan Seymen , @Prithpal Bhogill,
Looks like some confusion here . The node.js script doesn't exclusively listen on any port , there will not be any io calls from the Mp to script as such . (you can check using tcpdump )
Its like any other policy (not the same but just for idea) and the scripttarget to node.js script is based on java invocation which is taken care by trireme .
so to answer your question , there is no io call to node.js .