Re: [configuration] Thoughts about multi-threading

2012-09-21 Thread Oliver Heger
Am 20.09.2012 22:38, schrieb Honton, Charles: This obviously makes the concurrency problem easier :) Apart from this case, it would be good to agree on exactly what it means for [configuration] to be threadsafe. Is it basically the semantics of ConcurrentHashmap? Or are there sequencing / e

Re: [configuration] Thoughts about multi-threading

2012-09-20 Thread Honton, Charles
>>> >>> This obviously makes the concurrency problem easier :) >>> >>> Apart from this case, it would be good to agree on exactly what it >>> means for [configuration] to be threadsafe. Is it basically the >>> semantics of ConcurrentHashmap? Or are there sequencing / event >>> serialization cons

Re: [configuration] Thoughts about multi-threading

2012-09-20 Thread Phil Steitz
On 9/19/12 1:19 PM, Oliver Heger wrote: > Hi Phil, > > Am 18.09.2012 20:09, schrieb Phil Steitz: >> On 9/17/12 12:39 PM, Oliver Heger wrote: >>> Hi Jörg, >>> >>> many thanks for your input! >>> >>> Am 17.09.2012 10:01, schrieb Jörg Schaible: Hi Oliver, Oliver Heger wrote: >

Re: [configuration] Thoughts about multi-threading

2012-09-19 Thread Jörg Schaible
Oliver Heger wrote: > Hi Jörg, > > many thanks for your input! > > Am 17.09.2012 10:01, schrieb Jörg Schaible: [snip] >> However, what also bugs me in the meantime is the current hard relation >> between the configuration object and its format. Why should I care at all >> in what format the co

Re: [configuration] Thoughts about multi-threading

2012-09-19 Thread Oliver Heger
Hi Phil, Am 18.09.2012 20:09, schrieb Phil Steitz: On 9/17/12 12:39 PM, Oliver Heger wrote: Hi Jörg, many thanks for your input! Am 17.09.2012 10:01, schrieb Jörg Schaible: Hi Oliver, Oliver Heger wrote: Hi, one limitation of the 1.x versions of [configuration] is the incomplete support

Re: [configuration] Thoughts about multi-threading

2012-09-18 Thread Phil Steitz
On 9/17/12 12:39 PM, Oliver Heger wrote: > Hi Jörg, > > many thanks for your input! > > Am 17.09.2012 10:01, schrieb Jörg Schaible: >> Hi Oliver, >> >> Oliver Heger wrote: >> >>> Hi, >>> >>> one limitation of the 1.x versions of [configuration] is the >>> incomplete >>> support for concurrent acces

Re: [configuration] Thoughts about multi-threading

2012-09-17 Thread Oliver Heger
Hi Jörg, many thanks for your input! Am 17.09.2012 10:01, schrieb Jörg Schaible: Hi Oliver, Oliver Heger wrote: Hi, one limitation of the 1.x versions of [configuration] is the incomplete support for concurrent access to Configuration objects. In version 2.0 we should try to improve this.

Re: [configuration] Thoughts about multi-threading

2012-09-17 Thread Jörg Schaible
Hi Oliver, Oliver Heger wrote: > Hi, > > one limitation of the 1.x versions of [configuration] is the incomplete > support for concurrent access to Configuration objects. In version 2.0 > we should try to improve this. > > I have some ideas about this topic - not fully thought out - and would >

[configuration] Thoughts about multi-threading

2012-09-15 Thread Oliver Heger
Hi, one limitation of the 1.x versions of [configuration] is the incomplete support for concurrent access to Configuration objects. In version 2.0 we should try to improve this. I have some ideas about this topic - not fully thought out - and would like to start a discussion. Here they are (