Re: [io] FileMonitor. How to deal with a huge file whom copy is longer than file monitor checkAndNotify call frequency

2011-04-27 Thread Andrew Thorburn
I believe that is how rsync works on Linux too, for example, - when copying, it creates a hidden file with some random suffix added to the file name, and then when the transfer is complete it will just rename the file. At which point, I would assume you'd be notified that the file was there. -

Re: Is DiskFileItemFactory Thread Safe?

2010-02-06 Thread Andrew Thorburn
/blog/archives/26 http://www.flounder.com/optimization.htm Once you've read the above 3, read this one: http://www.acm.org/ubiquity/views/v7i24_fallacy.html Which provides a nice sanity check. - Andrew Thorburn On Fri, Feb 5, 2010 at 8:48 PM, Adrian Crum adrian.c...@yahoo.com wrote

Re: [CONFIGURATION] Configuration Interpolates when Web Application is run directly under Glassfish, but not when debugging under Eclipse

2009-09-02 Thread Andrew Thorburn
. All I can do now is hope that it doesn't recur... Thanks, - Andrew Thorburn On Thu, Sep 3, 2009 at 5:05 AM, Oliver Hegeroliver.he...@oliver-heger.de wrote: Hi Andrew, what you describe seems really complicated. I am not sure whether I fully understand the problem, but I hope at least to give

Re: [CONFIGURATION] Configuration Interpolates when Web Application is run directly under Glassfish, but not when debugging under Eclipse

2009-09-02 Thread Andrew Thorburn
about with a few things, including dumping the combined configuration (but nothing was interpolated), and removing breakpoints which I had set on several different copies of my Configurator class. Absolutely bizarre. All I can do now is hope that it doesn't recur... Thanks, - Andrew Thorburn

[CONFIGURATION] Configuration Interpolates when Web Application is run directly under Glassfish, but not when debugging under Eclipse

2009-09-01 Thread Andrew Thorburn
a solution? Any hints would be most welcome, as I'm not even certain that this is actually a commons-configuration problem. It's just that commons-configuration is the visible symptom. Apologies if the above seems disjointed or unclear. Thanks, - Andrew Thorburn