Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/modules/mal remote.mx, , 1.96, 1.97
Fabian Groffen wrote:
On 05-05-2009 12:31:13 +0000, Martin Kersten wrote:
- if (mapi_error(conn) != MOK) + if (mapi_error(conn) != MOK){ + mapi_explain(conn,stderr);
better ifdef such statements IMO... # MonetDB/SQL module v2.29.0 loaded [ 0 ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] MAPI = monetdb@127.0.0.1:50000 REMOTE GET error: io.print(rmt_octopus_exec__9_bat__oid__int_); IOException:remote.get:an error occurred on connection: (null) !MALException:remote.get:IOException:remote.get:an error occurred on connection: (null)
Dit is wat er dus gebeurd in RMTget -> RMTquery is herhaalbaar, maar in iedergeval een gevolg van parallel processing, onduidelijk waarom de connectie er al uitgaat.
------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Monetdb-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
participants (1)
-
Martin Kersten