Re: Threads and locks
Re: Threads and locks
- Subject: Re: Threads and locks
- From: "Mark's Studio" <email@hidden>
- Date: Fri, 2 Apr 2004 20:05:03 +0200
Thanks for your reply's
@synchronized() works very well.
in the init of a object generated in a thread i had
data = [[NSMutableData alloc] initWithCapacity:2048];
and i got lot of random crashes, i have now changed it to
data = [[NSMutableData alloc] init];
and everything seems fine?????
Peter Mark
Mark's Recording Studio A/S
Lundeskovsvej 3
2900 Hellerup
Denmark
Tel: +45 35366078 Fax: +45 35366038
www.marks-studio.dk
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.