You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by Minto van der Sluis <mi...@xup.nl> on 2014/01/13 14:27:21 UTC

My first Clerezza based application is running in production now :-)

Hi Folks,

Just wanted to share some good news. Me an my team have our first Apache
Clerezza based application running in production. Unfortunately I can
not disclose any functional aspects of this application.

I would like to thank the Apache Clerezza community for the wonderfull
foundation that I/we could build upon.

There are still some aspects that need improvement, but I will get back
to that some other time

Thanks again.

Minto,

-- 
ir. ing. Minto van der Sluis
Software innovator / renovator
Xup BV


Re: My first Clerezza based application is running in production now :-)

Posted by Minto van der Sluis <mi...@xup.nl>.
Even though it is a web application, it is not publicly accessible. So a
URL makes no sense.

However, I am still working on opening up a framework on which the
application was build. I also intend to including a sample application
as well. The framework was originally created for another application
which due to political reasons is still not yet in production.

I will definitely let you all know when I am ready to open it all up,
since I am very curious about your opinions ;-)

Regards,

Minto

Tommaso Teofili schreef op 13-1-2014 14:55:
> great job Minto! In case you may be able to share an URL now or in the
> future just let us know :)
>
> Tommaso
>
>
> 2014/1/13 Reto Gmür <re...@wymiwyg.com>
>
>> That's great news, thanks for sharing!
>>
>> Eager to unexpectedly get an org.apache.clerezza exception on a device I
>> might be using.... ;)
>>
>> Cheers,
>> Reto
>>
>>
>> On Mon, Jan 13, 2014 at 2:27 PM, Minto van der Sluis <mi...@xup.nl> wrote:
>>
>>> Hi Folks,
>>>
>>> Just wanted to share some good news. Me an my team have our first Apache
>>> Clerezza based application running in production. Unfortunately I can
>>> not disclose any functional aspects of this application.
>>>
>>> I would like to thank the Apache Clerezza community for the wonderfull
>>> foundation that I/we could build upon.
>>>
>>> There are still some aspects that need improvement, but I will get back
>>> to that some other time
>>>
>>> Thanks again.
>>>
>>> Minto,
>>>
>>> --
>>> ir. ing. Minto van der Sluis
>>> Software innovator / renovator
>>> Xup BV
>>>
>>>


-- 
ir. ing. Minto van der Sluis
Software innovator / renovator
Xup BV

Mobiel: +31 (0) 626 014541


Re: My first Clerezza based application is running in production now :-)

Posted by Tommaso Teofili <to...@gmail.com>.
great job Minto! In case you may be able to share an URL now or in the
future just let us know :)

Tommaso


2014/1/13 Reto Gmür <re...@wymiwyg.com>

> That's great news, thanks for sharing!
>
> Eager to unexpectedly get an org.apache.clerezza exception on a device I
> might be using.... ;)
>
> Cheers,
> Reto
>
>
> On Mon, Jan 13, 2014 at 2:27 PM, Minto van der Sluis <mi...@xup.nl> wrote:
>
> > Hi Folks,
> >
> > Just wanted to share some good news. Me an my team have our first Apache
> > Clerezza based application running in production. Unfortunately I can
> > not disclose any functional aspects of this application.
> >
> > I would like to thank the Apache Clerezza community for the wonderfull
> > foundation that I/we could build upon.
> >
> > There are still some aspects that need improvement, but I will get back
> > to that some other time
> >
> > Thanks again.
> >
> > Minto,
> >
> > --
> > ir. ing. Minto van der Sluis
> > Software innovator / renovator
> > Xup BV
> >
> >
>

Re: My first Clerezza based application is running in production now :-)

Posted by Andy Seaborne <an...@apache.org>.
On 13/01/14 14:17, Minto van der Sluis wrote:
> Yeah, that would be exiting. Unfortunately it is not that kind of
> application.
>
> But if you come to work in the Netherlands and need a BSN (dutch social
> security number), ..... ;-)
>
> The one popping up most often is due to TDB
> ConcurrentModificationException (CME) :-(

... which is why TDB has serializable transactions ...

(or something really is abusing java iterators)

:-)

	Andy


Re: My first Clerezza based application is running in production now :-)

Posted by Minto van der Sluis <mi...@xup.nl>.
Yeah, that would be exiting. Unfortunately it is not that kind of
application.

But if you come to work in the Netherlands and need a BSN (dutch social
security number), ..... ;-)

The one popping up most often is due to TDB
ConcurrentModificationException (CME) :-(

I already tried to minimize that by synchonizing access to the
Clerezza's TCManager. But still it pop's up occasionally. Last week we
experienced it about half a dozen times. During this period about 120
new graphs where created (approx. 25 triples per graph). But the strange
this that CME happens mostly during frequent querying a specific static
graph (50M+ triples).

To reduce the number of CME occurrences I will investigate if separating
that big static graph into a separate TDB instance makes sense. Still
this is only a short term fix, since it will most certainly popup again
when the other (none static) part grows both in the number of graphs
(currently 120 per week) and the number of queries on this data.

The other thing I could do is substitute TDB with another triplestore.
For this I still have Virtuoso on my Todo list.

Regards,

Minto


Reto Gmür schreef op 13-1-2014 14:42:
> That's great news, thanks for sharing!
>
> Eager to unexpectedly get an org.apache.clerezza exception on a device I
> might be using.... ;)
>
> Cheers,
> Reto
>
>
> On Mon, Jan 13, 2014 at 2:27 PM, Minto van der Sluis <mi...@xup.nl> wrote:
>
>> Hi Folks,
>>
>> Just wanted to share some good news. Me an my team have our first Apache
>> Clerezza based application running in production. Unfortunately I can
>> not disclose any functional aspects of this application.
>>
>> I would like to thank the Apache Clerezza community for the wonderfull
>> foundation that I/we could build upon.
>>
>> There are still some aspects that need improvement, but I will get back
>> to that some other time
>>
>> Thanks again.
>>
>> Minto,
>>
>> --
>> ir. ing. Minto van der Sluis
>> Software innovator / renovator
>> Xup BV
>>
>>


-- 
ir. ing. Minto van der Sluis
Software innovator / renovator
Xup BV

Mobiel: +31 (0) 626 014541


Re: My first Clerezza based application is running in production now :-)

Posted by Reto Gmür <re...@wymiwyg.com>.
That's great news, thanks for sharing!

Eager to unexpectedly get an org.apache.clerezza exception on a device I
might be using.... ;)

Cheers,
Reto


On Mon, Jan 13, 2014 at 2:27 PM, Minto van der Sluis <mi...@xup.nl> wrote:

> Hi Folks,
>
> Just wanted to share some good news. Me an my team have our first Apache
> Clerezza based application running in production. Unfortunately I can
> not disclose any functional aspects of this application.
>
> I would like to thank the Apache Clerezza community for the wonderfull
> foundation that I/we could build upon.
>
> There are still some aspects that need improvement, but I will get back
> to that some other time
>
> Thanks again.
>
> Minto,
>
> --
> ir. ing. Minto van der Sluis
> Software innovator / renovator
> Xup BV
>
>