On 4/23/07, Julien BLACHE <[EMAIL PROTECTED]> wrote:

Sebastien Tricaud wrote:

Hi,

> * What I would like to do:
>     - Make sure each component is usable individually: I would like to
use a
>         high performance SIP parser. The OpenSER one fills the room. I
am
>         sure this is one way to have this library having more users,

Just a quick note here: shared library means performance hit, due to the
relative addressing used for PIC code.



The "hit" only affects the loader. After relocation is done (i.e. program is
running), there is no difference between a statically and a dinamically
linked executable, concerning performance.

WL.


Keep that in mind :)

As far as the build system goes, I'd be in favour of moving to
autotools; the current build system has its share of shortcomings, and
CMake causes some interesting problems in some environments so IMHO it's
not really fit for OpenSER. Autotools is by far the most portable build
system out of there.

Though the switch won't be easy to achieve :)

JB.

--
Julien BLACHE                                 <[EMAIL PROTECTED]>
Linbox / Free & ALter Soft                       <http://www.linbox.com>

_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel




--
"C is a language that combines all the elegance and power of assembly
language with all the readability and maintainability of assembly language."
_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to