Re: get combo_handler compiled and work

2011-12-14 Thread Conan
hi igalic. 2011/12/15 Igor Galić > > > - Original Message - > > hi, > > Hi Conan, > > > I modified the combo_handler's code (almost API migration work) , and > > it works. If you want a try, here is the reference. > > IIRC, getting combo_handler to work for me was just a matter of > s/I

Re: TS-857, TS-934, TS-1031

2011-12-14 Thread Igor Galić
- Original Message - > I want to express my regrets for not behaving in a professional > manner as well. Let's move forward. I'll need some time to consider Thank you very much, Alan and John. I'm glad we're all back on the same page. > John's proposal. I will note that I think we would

Re: TS-857, TS-934, TS-1031

2011-12-14 Thread Alan M. Carroll
I want to express my regrets for not behaving in a professional manner as well. Let's move forward. I'll need some time to consider John's proposal. I will note that I think we would do well for future participants to document clearly whatever locking structure emerges. I volunteer to do a Visio

Re: get combo_handler compiled and work

2011-12-14 Thread Igor Galić
- Original Message - > hi, Hi Conan, > I modified the combo_handler's code (almost API migration work) , and > it works. If you want a try, here is the reference. IIRC, getting combo_handler to work for me was just a matter of s/INK/TS/g > Combo_handler requires ESI's code and I can't

Re: TS-857, TS-934, TS-1031

2011-12-14 Thread John Plevyak
It would be a serious undertaking, but it is clearly necessary and I think it can be done incrementally... that is we can move to the new model within the Processors and then transition the APIs. Based on that, in the short term we can take a more heavy handed approach to solving this problem and

Re: TS-857, TS-934, TS-1031

2011-12-14 Thread Leif Hedstrom
On 12/14/11 10:28 AM, John Plevyak wrote: The old locking system was based on TryLocks which could not be taken forceably. Moreover it depended on very subtle knowledge of which bits of the various data structures where protected by which locks. This is clearly not sustainable, nor is it necess

Re: TS-857, TS-934, TS-1031

2011-12-14 Thread Igor Galić
- Original Message - > I have been thinking about this a lot and I think Alan is right. > The > locking design of ATS is not appropriate > for an Apache project. The design worked when it was a few full > time > people sitting within feet of each > other all day (and chunks of the nig

Re: TS-857, TS-934, TS-1031

2011-12-14 Thread John Plevyak
I have been thinking about this a lot and I think Alan is right. The locking design of ATS is not appropriate for an Apache project. The design worked when it was a few full time people sitting within feet of each other all day (and chunks of the night) but the world has moved on and we should

get combo_handler compiled and work

2011-12-14 Thread Conan
hi, I modified the combo_handler's code (almost API migration work) , and it works. If you want a try, here is the reference. Combo_handler requires ESI's code and I can't make ESI work, so I copy ESI's code to combo_handler's directory and write a Makefile. combo_handler |combo_handler.cc |