Am 12.08.2010 16:23, schrieb Andreas.Eversberg:
hi,
it would make sense to run database lookup in a seperate thread (with lower priority). but in this case the database request function of openbsc will not have a result at the time they return. it would take some changes of the processes which do database lookups. i think it will be some work, but it can be done.
Hi Andreas,
Yes i agree.
At the moment the most time consuming part is to store the Counter-Values. This part is not time critical because the values are only stored in the database. Therefor we can start this as a new thread.
Regards konrad