Subject Re: [Firebird-Architect] RFC: External Engine API
Author Roman Rokytskyy
> Here I would agree with Jim: global variables is "A BIG EVIL" and
> must die. I don't see anything wrong with passing DB and TR handles
> via parameters.

If that's ok for those writing external procedures in C++ or Delphi - so
be it. In Java we have a standard that does not allow to do such thing,
so I'm forced to use TLS.

Roman