Are we using callin API?
Hello community; this may seem odd, but I need to know if there's any way we could be using callin functions from a C application without knowing? e.g. if other developers created some C programs that call in to Caché that we don't realize are running. Is that possible? If so, where would I look to see these programs? Perhaps the server's task manager?
Thanks --Laura
Comments
The CALLIN^%ZSTART entry point gets executed when an external program begins or completes a callin. You can add logging there to see if something initiates callin.
That's a good idea. For future reference, here's an example:
http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY…
(see the Example section). I'll probably try it after consulting with some other programmers. I'm not sure it's critical to know, at this point. But it would be interesting to know.
Thanks,
Laura