Message from discussion
dlopen() performance on Mac OS X?
Path: g2news2.google.com!news1.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!backlog2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Fri, 03 Jul 2009 19:21:46 -0500
From: Simon Connah <simon.con...@googlemail.com>
Newsgroups: comp.unix.programmer
Date: Sat, 4 Jul 2009 01:21:46 +0100
Message-ID: <2009070401214616807-simonconnah@googlemailcom>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Subject: dlopen() performance on Mac OS X?
User-Agent: Unison/1.8.1
Lines: 12
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-25VlqnJb7jzfFno5KQmbQRRgbGyjKpBtVoxz6GXKGQX0Ve9XRSv0En8XlZKPxH1VauUXajjPGDIjwfd!tnKDZJnuZlMUl3Si9Q4bar2m6GByDBODKGBT7VEBVJMNuEOuRip/NCIM59GllI/bd+Wn1xQ8rBk=
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.39
X-Original-Bytes: 1512
Hi folks,
Before I spend awhile trying to implement a modular system using
dlopen(), does anyone know roughly what kind of performance overhead
dlopen() creates on a Mac OS X system (or in fact any BSD based UNIX)?
The kind of use I need to use it for is fairly performance critical
(mainly latency) and I would hate to spend ages getting a system up and
running only to find out that it is too slow to do what I want.
Thank you for any input.