Andy Duplain
Joined: 31 Jul 2011 Posts: 40 Location: Waterlooville, Hampshire, UK
|
Post subject: Re: Opinions about Mac App Store and UCI user interface App? Posted: Wed Mar 14, 2012 9:04 am |
|
|
| hgm wrote: |
I had understood that iOS does not support fork/exec at all. Apps could still be made self-contained if it did; you could simply bundle a GUI with the UCI engines you want it to run, and it would satisfy the App-store rules. (And bundling is allowed by GPL, so any author of a closed-source GUI could include all GPL'ed engines, as long as they were run as separate processes.)
The legal situation is a bit murky when I would try to circumvent the no-fork problem by writing my GUI as a multi-tasking operating system, loading the core image of an engine binary into its own memory, in a big array, and start a thread to run it, or implement its own threads through time-slicing the CPU with timer interrupts. |
It's the Mac App Store I'm talking about, so fork/exec is supported just fine. I could bundle my own engines, but that would quickly lose its appeal as I would want to allow users to obtain and update their favourite engines for use with the interface.
There is always the possibility of releasing independently of the Mac App Store, of course.
What is the author of OSXBoard planning to do about this?
-A |
|