Re: How to lock an object?
Re: How to lock an object?
- Subject: Re: How to lock an object?
- From: cocoa learner <email@hidden>
- Date: Fri, 5 Jun 2009 09:57:37 +0600
I am writing an application which read an encrypted data from disk, decrypt
it and display that in UI. Now the object that holds that decrypted data
should not page out to swap area (for security reason).
This is my need. Is there a better way to do this?
On Thu, Jun 4, 2009 at 9:19 PM, David Duncan <email@hidden> wrote:
> On Jun 4, 2009, at 7:25 AM, cocoa learner wrote:
>
> Hi All,
>> I want one of my object, not to be paged out unless and until I am done
>> with
>> my object. The way mlock() behave.
>>
>> Is there any way to do this in cocoa?
>>
>
>
> Is there a particular reason why you need to do this? There is almost
> certainly something better that you can do here...
> --
> David Duncan
> Apple DTS Animation and Printing
>
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden