NSImages and Distributed Objects
NSImages and Distributed Objects
- Subject: NSImages and Distributed Objects
- From: Greg Hulands <email@hidden>
- Date: Thu, 15 May 2003 19:38:09 +1000
Hi List,
I am using DO between multiple threads to communicate, but have come
into a problem when getting the worker thread of the DO connection to
write a file to disk, it takes a long long time (files are around 17MB
each) to copy the image over the connection. Is it possible to just
copy the address of the image and pass it over the connection so that
the worker thread can then just access the memory address a write it to
file and avoid the overhead of copying copious amount of data of the DO
connection?
Any help is appreciated.
Regards,
Greg
_______________________________________________
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.