Hi Christian,
Ich habe mal irgendwo gelesen, daß Code über die SO-Schnittstelle
teilweise komplizierter adressiert werden muß und dadurch ca. 5-10%
langsamer werden kann.
Oh. das wusste ich noch gar nicht ;-) Danke fuer den Hinweis.
- The server is approximately 20% slower at startup time because of the
symbol resolving overhead the Unix loader now has to do. - The server is approximately 5% slower at execution time under some
platforms because position independent code (PIC) sometimes needs
complicated assembler tricks for relative addressing which are not
necessarily as fast as absolute addressing.
Nicht, daß ich wüßte, auf welche Plattformen sich das bezieht ...
Die Quelle dazu: http://httpd.apache.org/docs/dso.html
Viele Grüße
Michael