Request For Info On Logging service

Hello,
Are there any resources which points to the usage of Windows NT logging
service.
I came across this function CcSetLogHandleForFile documented in DDK. But
that was it.
Any hint will be a great help.
with best regards,
Amritanshu Johri.

This is related to the NTFS logging service and is not generally
available for use by other components in the system.

Regards,

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Amritanshu
Sent: Monday, June 28, 2004 5:11 PM
To: ntfsd redirect
Subject: [ntfsd] Request For Info On Logging service

Hello,
Are there any resources which points to the usage of Windows NT logging
service.
I came across this function CcSetLogHandleForFile documented in DDK. But
that was it.
Any hint will be a great help.
with best regards,
Amritanshu Johri.


Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@osr.com To unsubscribe
send a blank email to xxxxx@lists.osr.com

Sir,
Thank you for reading the mail & replying to it.I was wondering if there is
any other mechanism for using logging service available or one has to
implement one’s own secondly is there any way in which we control the order
in which the cache manger /memory manager flushes the data in different
views of the file to the disk.
with best regards,
Amritanshu johri.


“Tony Mason” wrote in message news:xxxxx@ntfsd…
This is related to the NTFS logging service and is not generally
available for use by other components in the system.

Regards,

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Amritanshu
Sent: Monday, June 28, 2004 5:11 PM
To: ntfsd redirect
Subject: [ntfsd] Request For Info On Logging service

Hello,
Are there any resources which points to the usage of Windows NT logging
service.
I came across this function CcSetLogHandleForFile documented in DDK. But
that was it.
Any hint will be a great help.
with best regards,
Amritanshu Johri.


Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@osr.com To unsubscribe
send a blank email to xxxxx@lists.osr.com

There are mechanisms available for controlling the ordering of
operations. Generally, this is done using the pin/unpin mechanisms
provided by the cache manager - pinned memory pages are not written out
(you must unpin them). Similarly, locked memory (MmProbeAndLockPages)
cannot be written out either - it will only be written out once they
have been unlocked.

Regards,

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Amritanshu
Sent: Tuesday, June 29, 2004 6:06 PM
To: ntfsd redirect
Subject: Re:[ntfsd] Request For Info On Logging service

Sir,
Thank you for reading the mail & replying to it.I was wondering if there
is any other mechanism for using logging service available or one has to
implement one’s own secondly is there any way in which we control the
order in which the cache manger /memory manager flushes the data in
different views of the file to the disk.
with best regards,
Amritanshu johri.


“Tony Mason” wrote in message news:xxxxx@ntfsd…
This is related to the NTFS logging service and is not generally
available for use by other components in the system.

Regards,

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Amritanshu
Sent: Monday, June 28, 2004 5:11 PM
To: ntfsd redirect
Subject: [ntfsd] Request For Info On Logging service

Hello,
Are there any resources which points to the usage of Windows NT logging
service.
I came across this function CcSetLogHandleForFile documented in DDK. But
that was it.
Any hint will be a great help.
with best regards,
Amritanshu Johri.


Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@osr.com To unsubscribe
send a blank email to xxxxx@lists.osr.com


Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@osr.com To unsubscribe
send a blank email to xxxxx@lists.osr.com