Re: [d2rq-dev] Multiples D2R instances

2011-11-29 Thread Diogo FC Patrao
Hello Dominique What I did (on a similar problem) was to lazily run several d2r-servers, one for each database I wanted to serve, on different ports (2020, 2021, 2022, and so on) You could* declare several d2r:database and map all you want in one single instance, but it has already been stated by

[d2rq-dev] Multiples D2R instances

2011-11-29 Thread Dominique Guardiola
Hello I need to map different django sites hosted on the same server with D2R One way to do it would be to use the same SQL database for all sites, but this make all triples part of the same graph, which is not the case Regarding the java servlet, how is this possible ? - running different confi