From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2466 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Status of 1.0 wishlist items? Date: Fri, 14 Dec 2012 01:41:14 +0100 Message-ID: <20121214004114.GL23126@port70.net> References: <20121204235937.GA23989@brightrain.aerifal.cx> <20121213220324.GH20323@brightrain.aerifal.cx> <50CA5879.9090708@barfooze.de> <20121213234853.GI20323@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1355445685 12866 80.91.229.3 (14 Dec 2012 00:41:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Dec 2012 00:41:25 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2467-gllmg-musl=m.gmane.org@lists.openwall.com Fri Dec 14 01:41:40 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TjJLP-0000ZL-KT for gllmg-musl@plane.gmane.org; Fri, 14 Dec 2012 01:41:39 +0100 Original-Received: (qmail 15997 invoked by uid 550); 14 Dec 2012 00:41:26 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 15989 invoked from network); 14 Dec 2012 00:41:26 -0000 Content-Disposition: inline In-Reply-To: <20121213234853.GI20323@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:2466 Archived-At: * Rich Felker [2012-12-13 18:48:53 -0500]: > On Thu, Dec 13, 2012 at 11:36:41PM +0100, John Spencer wrote: > > On 12/13/2012 11:03 PM, Rich Felker wrote: > > >>- LAMP stack > > >I'm guessing we may still have some issues here with mysql and perhaps > > >Apache. The other components work, I believe.. > > > > apache is a must-have... unfortunately. > > i can look into it. > > berkeley db and php are working so far. > > What about mysql? IIRC it was a failure in (some of?) the pkgsrc > builds. this reminds me that there is a difference between the glibc and musl (==posix) fsync semantics this may cause performance issues in storage related code (which often incorrectly use fsync when they mean fdatasync or O_SYNC vs O_DSYNC) so if anyone plans to benchmark some web service thing on musl vs glibc should know about this..