Consider me poked!
So, the Java answer to "how do I run things in multiple threads" is to
use an Executor (java.util). This doesn't necessarily mean that you
*have* to use a separate thread (the implementation could execute
inline). However, in order to accommodate the separate thread case,
you
On 4/16/15 5:33 AM, Hank Grabowski wrote:
> I've seen some ApacheCon North America videos on YouTube (9) but not this
> one. Will a video of it be posted at some point or were those only for the
> keynote type presentations?
Unfortunately only the keynotes.
Phil
>
> On Wed, Apr 15, 2015 at 11:33
> Release early, release often. Better come up with a small feature set in
>1.0 and add stuff in the next releases than try to push everything into 1.0.
+1 :-)
Will try writing some part of the user guide tomorrow. That way you can review
some part of the documentation too - at least the index an
I've seen some ApacheCon North America videos on YouTube (9) but not this
one. Will a video of it be posted at some point or were those only for the
keynote type presentations?
On Wed, Apr 15, 2015 at 11:33 AM, Phil Steitz wrote:
> James Carman and I had a brief conversation following my Apache
2015-04-16 13:38 GMT+02:00 Bruno P. Kinoshita :
> Hi Benedikt
>
> >Very nice! Maybe we can even come up with a generic class that calculates
> a>distance based on a similarity score.
> Hmmm, that's a good idea. We probably want to keep that idea in an issue
> for later :-) [1] I'll use my next dev
Hello,
I usually mark tickets as "Review Patch" when code has been suggested. I've
used "Discuss" to indicate that I'm not sure whether we should dive into
implementation at all. If a ticket has code but it looks like the wrong
approach, I use both versions. Duncan: feel free to modify tickets the
Hi Benedikt
>Very nice! Maybe we can even come up with a generic class that calculates
>a>distance based on a similarity score.
Hmmm, that's a good idea. We probably want to keep that idea in an issue for
later :-) [1] I'll use my next development cycle on [text] to review the code
and reports,
Hi,
On Wed, Apr 15, 2015 at 12:30 PM, Reto Gmür wrote:
> On Wed, Apr 15, 2015 at 7:15 AM, Sergio Fernández
> wrote:
>
> > On Wed, Apr 15, 2015 at 2:20 AM, Peter Ansell
> > wrote:
> > >
> > > BlankNodes cannot be compared across different SPARQL queries. That is
> > > a well known RDF issue, no