On Tue, 20 Jan 2009, Lorenzo Fiorini wrote:
Hi,
> Now the menus are ok but I have problems with the dbfs.
> The apps ( now threads ) share many dbfs.
> But if I run the 3 threads at the app start, lsof shows "common" dbfs
> opened only 1 time.
Yes it is. The file handles are shared. We have also
Now the menus are ok but I have problems with the dbfs.
The apps ( now threads ) share many dbfs.
But if I run the 3 threads at the app start, lsof shows "common" dbfs
opened only 1 time.
Also it seems not a time related issue since I get the same result if
I put a wait behind every threadStart.
I