Sébastien Arnaud wrote:

>>   Does it hurt? I mean, is it a problem for the compilation on MacOS
>>   10.3 or greater?  If not, I would leave it like that as a
>>   compilation work around for the older versions.
>
> Well, it does not hurt that bad, it just does not look clean ;)
> powerpc-apple-darwin8-gcc-4.0.0: unrecognized option `-pthread'

  I have been reading this. It says we should use "-pthread", but it
  is four years old though.

  http://gnu-darwin.sourceforge.net/porting.html

>>   Use the freshmeat description, it is updated:
>>   http://freshmeat.net/projects/cherokee/
>
> Thanks! I updated the description and I am working now on the
> details of the port, like where to put all the files in a
> "DarwinPort" manner.  As far as kqueue versus poll, there is no way
> with the current configure script to promote a specific polling
> method right?

  No, actually there is a keyword for that: "PollMethod". Take a look
  at the advance.conf configuration file, there is an example there.

> I wondered because if not, then I need to create a patch file to
> remove KQUEUE from config.h for the moment since it leads to poor
> performance on OS X.

  I have committed a little patch to change the default priority from:
  epoll, kqueue, event port, poll and select, to: epoll, poll, kqueue,
  event port and select, so in the next release it is going to be
  fine.

--
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to