Re: Small improvement to find's mtime to support for seconds

2013-01-29 Thread Prashant Sharma
On Wed, Jan 30, 2013 at 3:15 AM, James Youngman wrote: > On Tue, Jan 29, 2013 at 8:32 AM, Prashant Sharma > wrote: > > Apologies for not using a proper subject. So changed it!. > > > > On Tue, Jan 29, 2013 at 1:54 PM, Prashant Sharma >wrote: > > > >> The need for this arose with following scena

Re: Hi small improvement to find command.

2013-01-29 Thread Prashant Sharma
On Wed, Jan 30, 2013 at 1:48 AM, Eric Blake wrote: > On 01/29/2013 01:24 AM, Prashant Sharma wrote: > > [Please don't top-post on technical lists] > > > The need for this arose with following scenario. > > I have stream processing engine doing some random stuff and creating a > lot > > of files i

Re: Small improvement to find's mtime to support for seconds

2013-01-29 Thread James Youngman
On Tue, Jan 29, 2013 at 8:32 AM, Prashant Sharma wrote: > Apologies for not using a proper subject. So changed it!. > > On Tue, Jan 29, 2013 at 1:54 PM, Prashant Sharma wrote: > >> The need for this arose with following scenario. >> I have stream processing engine doing some random stuff and creat

Re: Hi small improvement to find command.

2013-01-29 Thread Eric Blake
On 01/29/2013 01:24 AM, Prashant Sharma wrote: [Please don't top-post on technical lists] > The need for this arose with following scenario. > I have stream processing engine doing some random stuff and creating a lot > of files in the process. And since I did not wrote it myself and people who >

Re: Small improvement to find's mtime to support for seconds

2013-01-29 Thread Prashant Sharma
you are right about the race condition point. And it is not generating huge amount of files in short time, my take was to delete them as soon as possible accumulating and then deleting can lead to a longer pause. inotify sounds interesting too. :) But you still think something that gives precisio

Re: Small improvement to find's mtime to support for seconds

2013-01-29 Thread Bernhard Voelker
On 01/29/2013 09:32 AM, Prashant Sharma wrote: > On Tue, Jan 29, 2013 at 1:54 PM, Prashant Sharma wrote: > >> The need for this arose with following scenario. >> I have stream processing engine doing some random stuff and creating a lot >> of files in the process. And since I did not wrote it mys

Small improvement to find's mtime to support for seconds

2013-01-29 Thread Prashant Sharma
Apologies for not using a proper subject. So changed it!. On Tue, Jan 29, 2013 at 1:54 PM, Prashant Sharma wrote: > The need for this arose with following scenario. > I have stream processing engine doing some random stuff and creating a lot > of files in the process. And since I did not wrote it

Re: Hi small improvement to find command.

2013-01-29 Thread Prashant Sharma
The need for this arose with following scenario. I have stream processing engine doing some random stuff and creating a lot of files in the process. And since I did not wrote it myself and people who wrote it do not have clearing up mechanism for the files that accumulate and tend to either fill In

Re: Hi small improvement to find command.

2013-01-29 Thread Bernhard Voelker
Added the list again. On 01/29/2013 08:28 AM, Prashant Sharma wrote: > On 01/29/2013 08:10 AM, Bernhard Voelker wrote: >> On 01/29/2013 07:02 AM, Prashant Sharma wrote: >>> I was curious about the communities interest in a small improvement to >>> mtime's precision from days to seconds, hours and