> From: Stephen McConnell [mailto:[EMAIL PROTECTED]] > > >Monitor is also released, and it is not part of the > >instrumentation package. It is used to provide notifications > >when files or other resources have changed. > > > > Can someone prove me with a short description of the monitor package?
Monitor is a component that will actively notify you if a resource has changed. For example, if you are caching data in Files, Monitor will let you know when to update your cache with an event. It is designed to reduce the number of system calls in highly concurrent environments. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
