On 14-03-2008 13:27:30 -0300, Richard Eckart wrote:
Hi,
I am having more trouble here on OS X. Like when I try to run a the simple test.xq
(1, 42.0, "Hello World", <node attr="value">test</node>)
mclient -lx test.xq
then the MServer will go into 100% CPU load and never come back. I compiled MonetDB on another machine under Debian and there it works fine. I am
Can you try just giving returns on the MonetDB> prompt while this happens?
now in the process of recompiling MonetDB without optimization on OS X and without the SQL server just to see if that makes a difference.
The SQL part /should/ not differ in any case.
I can run the database test-wise on the Linux machine, but as it stands half a world a way and my internet connection is not really fast, I would prefer a local solution.
Another question just to clear up my understanding: If I want to use XQuery, I need to run MServer and if I want to use SQL I need to run mserver5, right? That is I cannot have a single server instance (and single database) that servers SQL as well as XQuery - or am I misunderstanding?
For SQL connections, you best run merovingian (which in turn runs mserver5), XQuery indeed only runs on the old MonetDB 4 engine. Perhaps you could configure XQuery to use port 50001, such that 50000 is sql, and 50001 is xquery.