Sorry, this was written fast and I assumed familiarity with the diff format. It is just showing an adjustment I had to make in the virtuoso code to make it run on MacOSX. So open binsrc/virtuoso/viunix.c b/binsrc/virtuoso/viunix.c in a text editor, change the value of thread_initial (around line 530) from 60000 to 80000, recompile, and it should work. Hope that helps, Marc-Antoine
> Le 2015-02-13 à 08:12, Pascal Heus <pascal.h...@mtna.us> a écrit : > > Marc-Antoine: > Thanks for the feedback, this is however a bit cryptic for me. Can't > seem to run diff --git etc. > What does this accomplish? > thanks > *P > > On 2/12/15 11:35 PM, Marc-Antoine Parent wrote: >> Yes…. on my machine, I did this: >> >> diff --git a/binsrc/virtuoso/viunix.c b/binsrc/virtuoso/viunix.c >> index 4076248..bba1592 100644 >> --- a/binsrc/virtuoso/viunix.c >> +++ b/binsrc/virtuoso/viunix.c >> @@ -572,7 +572,7 @@ main (int argc, char **argv) >> >> process_exit_hook = viunix_terminate; >> >> - thread_initial (60000); >> + thread_initial (80000); >> if (!background_sem) >> background_sem = semaphore_allocate (0); >> >> > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtuoso-users