Re: Core Data Multiuser

2012-10-08 Thread Flavio Donadio
Hello, all! This a follow-up to a thread started last July. I looked into a lot of things, tested some crazy ideas (that went wrong) and came to my final decision for my project. I consider it very important to let people know what I decided. Maybe I can help someone. And, for sure, you guys c

Re: Core Data Multiuser

2012-10-08 Thread Kyle Sluder
On Mon, Oct 8, 2012, at 08:40 AM, Flavio Donadio wrote: > Hello, all! > > > This a follow-up to a thread started last July. I looked into a lot of > things, tested some crazy ideas (that went wrong) and came to my final > decision for my project. I consider it very important to let people know >

Re: Core Data Multiuser

2012-10-08 Thread Flavio Donadio
Kyle, I like your points and I considered them. It's been 3 months of hair-pulling and I still have some uncertainty about my choices. But I think I made the best decisions, and here's why... > We still run WO 4.5 to power our own store, but we go through some major > hoops to do so. > > Pers

Re: Core Data Multiuser

2012-10-08 Thread Alex Zavatone
Thank you Flavio. Out of curiosity, did you encounter pessimistic vs. optimistic locking performance/data reliability issue in having many clients writing to potentially the same places at once? If so, how did each of the candidate solutions answer the problem that this poses? The problem be

Re: Embedding resources in Static Cocoa Library

2012-10-08 Thread Alexander Bokovikov
On Oct 9, 2012, at 1:00 AM, Simone Tellini wrote: > > this is way overkill. You can simply write a simple utility to dump the > content of your resource in a C file: > > static char foo[] = { >0x01, 0x02, 0x03, > ... > }; > > You don't need to use assembly nor to create bogus functio

Re: Size limit on .icns files containing 1024x1024 version in 10.5?

2012-10-08 Thread Uli Kusterer
On 07.10.2012, at 22:04, Andrew Madsen wrote: > The problem is that if I include a 1024x1024 icon ("icon_512x...@2x.png"), > the icon does not display on 10.5. Finder doesn't display the icon, and when > it is opened in Icon Composer on 10.5, it appears to be blank/empty. If I > remove this lar

Re: Core Data Multiuser

2012-10-08 Thread Flavio Donadio
On 08/10/2012, at 17:56, Alex Zavatone wrote: > Thank you Flavio. Out of curiosity, did you encounter pessimistic vs. > optimistic locking performance/data reliability issue in having many clients > writing to potentially the same places at once? If so, how did each of the > candidate solutio

Re: Embedding resources in Static Cocoa Library

2012-10-08 Thread Simone Tellini
Il giorno 09/ott/2012, alle ore 03:15, Alexander Bokovikov ha scritto: > > On Oct 9, 2012, at 1:00 AM, Simone Tellini wrote: > >> >> this is way overkill. You can simply write a simple utility to dump the >> content of your resource in a C file: >> >> static char foo[] = { >> 0x01, 0