Re: [Virtuoso-users] Pseudo-Federated SPARQL

2009-10-09 Thread Aldo Bucchi
Hi Ivan, Sorry for the delay, I got back to this just today. On Mon, Oct 5, 2009 at 5:28 AM, Ivan Mikhailov wrote: > Hello Aldo, > > 1. > Maybe http://docs.openlinksw.com/virtuoso/fn_sparql_rexec.html will help > you to some degree? "some" being the key word here ;) > 2. > We're experimenting

[Virtuoso-users] Unit Testing for Virtuoso PL

2009-10-09 Thread Aldo Bucchi
Hi, Do you guys have a unit testing framework for Virtuoso PL? I created a very basic one ( one hour work ) and I was thinking about starting a GIT project on this. Regards, A -- Aldo Bucchi skype:aldo.bucchi http://www.univrz.com/ http://aldobucchi.com/ PRIVILEGED AND CONFIDENTIAL INFORMATION

Re: [Virtuoso-users] compatibility issue with virtuoso database and snow leopard os x 10.6

2009-10-09 Thread Patrick van Kleef
Hello Eqbal, I want to know if the vituoso is compatible with os x 1.6 snow leopard since i have a lot of problem installing it , it is urgent issue , it seems that the latest version (6.0.0-tp1) is not compatible right ? any help will b highly appreciated Hope to hear from u soon Regards

Re: [Virtuoso-users] thread-safetly in libiodbc

2009-10-09 Thread Patrick van Kleef
HI Sebastian, I am using libiodbc to access the Virtuoso server. Thus, I am creating a HENV instance via SQLAllocHandle( SQL_HANDLE_ENV, SQL_NULL_HANDLE, &henv ) and then a HDBC intance via SQLAllocConnect( henv, &hdbc ) and SQLDriverConnect( hdbc, ... ) Atm I am using the HDBC

Re: [Virtuoso-users] Problem with very large RDF literals

2009-10-09 Thread Hugh Williams
Hi Sebastian, Looking at the Virtuoso configuration file params you provided I not you are running in LiteMode, with only the following set: [Parameters] LiteMode=1 ServerPort= DisableTcpSocket=1 PrefixResultNames=0 ServerThreads=5 CheckpointInterval=10 MaxDirtyBuffers=50 SchedulerInterv

[Virtuoso-users] thread-safetly in libiodbc

2009-10-09 Thread Sebastian Trueg
I am using libiodbc to access the Virtuoso server. Thus, I am creating a HENV instance via SQLAllocHandle( SQL_HANDLE_ENV, SQL_NULL_HANDLE, &henv ) and then a HDBC intance via SQLAllocConnect( henv, &hdbc ) and SQLDriverConnect( hdbc, ... ) Atm I am using the HDBC instance throughout multi