slang-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [slang-users] Slang modules and threads?


On Thu, 05 May 2005 19:38:37 +0000, jmrobert5@xxxxxxxxx said:

> The scenario is that slsh loads the module, then the module makes calls to
> sqlite which is multithreaded.  This does not seem abnormal to me at all.

I think the problem lies in the fact that most of the functions and variables
in the module are not static.  The module probably redefines some global
symbol of the library.  If I make everything static, it works fine here.

_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]