Subject | Re: External procedures: implementation proposal. |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-07-21T20:08:38Z |
> A couple of things. First, I don't think loadable library namesOk, I think I agree on this one when we talk about the engine plugins.
> belong in metadata, period. Information about loadable services
> should be in the configuration file.
But what is your suggestion for something like UDFs, at least of the
same level of complexity?
> Second, Vulcan already has a set abstract classI expected this "complaint", the only excuse is that this thing was
> definitions for JDBC-type objects that form the basis for internal
> SQL. These should service as the basis for communication between the
> engine and an external engine.
designed and the first prototype implemented at the same time you
started to code Vulcan.
But let's look into the future:
How would it work for a simple external procedure written in C++ just
because of some complicated computation? And what about Delphi? Don't
we have the same problem we had when we were talking about the public
OO API and entry point names in the DLLs?
I have to admit that the paper does not address the issue as well. So,
my question here is - should we address external procedures that have
an API complexity similar to current UDFs?
Roman