[Monetdb-developers] 'at'-hint URI for XRPC calls
Hello Jens, An XRPC call needs to know the value of the 'at'-hint of its module, so that it can tell the XRPC receiver where to load the module file. The implementation of the previous XRPC syntax (import rpc-module) saves the 'at'-hint in 'apply.rpc_uri'. In the implementation of the current XRPC syntax (execute at...), this information is gone. I'm wondering if the struct PFfun_t or one of its member can be extended to include the value of the 'at'-hint. Regards, Jennie
Another question is: how/where can the 'at'-hint value be found during the function resolution? Jennie On Sun, Oct 29, 2006 at 11:56:50PM +0100, Ying Zhang wrote:
Hello Jens,
An XRPC call needs to know the value of the 'at'-hint of its module, so that it can tell the XRPC receiver where to load the module file.
The implementation of the previous XRPC syntax (import rpc-module) saves the 'at'-hint in 'apply.rpc_uri'. In the implementation of the current XRPC syntax (execute at...), this information is gone.
I'm wondering if the struct PFfun_t or one of its member can be extended to include the value of the 'at'-hint.
Regards,
Jennie
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
participants (1)
-
Ying Zhang