On 23 Sep 2011, at 10:17am, david wrote:

> It is an embedded system so I have full control of everything. Due to memory 
> size constraints the ideal thing for me would be to use a shared library. 
> According to the first post, sharing a library between cgi modules and an 
> application should not be a problem?

Not a problem.  If your platform allows it, and your compiler can make it 
happen, do it.  Problems related to that stuff come down to multi-process and 
multi-thread oversights, not using the same library from many apps.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to