Opened 7 years ago
Last modified 7 years ago
#1078 new defect
name collision on multiuser system
Reported by: | pkienzle | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sasmodels 1.0 |
Component: | sasmodels | Keywords: | |
Cc: | Work Package: | SasView Bug Fixing |
Description
On a linux system the compiled models are placed in /tmp/MODELNAME.so. If one user creates a model and another user updates it, there will be a permission collision.
Also, what happens to the .so if the plugin model has the same name as a builtin model?
Note: See
TracTickets for help on using
tickets.
For now put compiled models in ~/.sasmdoels/compiled_models like happens in windows.
Consider other locations.
And still, consider the problem of plugin name collision.