service for file monitoring

rohit rohitsethidce at gmail.com
Fri Apr 20 17:17:36 EDT 2007


On Apr 21, 1:36 am, "Gabriel Genellina" <gagsl-... at yahoo.com.ar>
wrote:
> En Fri, 20 Apr 2007 17:06:51 -0300, rohit <rohitsethi... at gmail.com>
> escribió:
>
>
> For windows you can use the techniques described here:http://tgolden.sc.sabren.com/python/win32_how_do_i/watch_directory_fo...
>
> --
> Gabriel Genellina

hi,
well i tried reading that but that way i'll have to make the program
monitor each and every directory.
when a file is created or deleted or filename modified , a call must
be made to the os kernel .
isn't there any way i can utilize that with any api or package
functions so that i can monitor the whole filesystem but at lesser
expense of cpu n memory

regards




More information about the Python-list mailing list