Hi Everyone
I am end up with such a situation:
On one hand, I'd like to skip loading the .cdsinit into icrp in ADEXL, as the in-house wrapper significantly slow down the launching process.
This can be done by setting the environment variable by the command:
envSetVal("adexl.icrpStartup" "binaryName" 'string "virtuoso -nocdsinit")
But on the other hand, my expression in the adexl relies on a custom-defined function, which is used to be loaded via the my .cdsinit.custom.
I notice that the custom-defined function needs to be loaded by icrp, otherwise I will get "eval error".
Thus I cannot disable loading the .cdsinit for icrp.
Then I have such a paradox now.
I'd like to ask, is there way to load a particular skill script for icrp without loading .cdsinit.
Many thanks in advance.
Best Regards
Yi