Skip to main content

RECURSION environment variable

  • November 8, 2011
  • 1 reply
  • 0 views

[Migrated content. Thread originally posted on 08 November 2011]

Hi, is there any known issue in setting the RECURSION environment variable to 1 and then calling a program recursively? As "issue" i mean also performance drop and any kind of other drawbacks.

My target is to make the program A call the program B that calls an entry point of the program A. Is it a supported flow?

Thank you in advance.
Luca.

1 reply

Stephen Hjerpe
  • Participating Frequently
  • 1100 replies
  • November 8, 2011

[Migrated content. Thread originally posted on 08 November 2011]

Hi, is there any known issue in setting the RECURSION environment variable to 1 and then calling a program recursively? As "issue" i mean also performance drop and any kind of other drawbacks.

My target is to make the program A call the program B that calls an entry point of the program A. Is it a supported flow?

Thank you in advance.
Luca.
No known issues, and yes Program B should be able to call an entry point in Program A.