runing several panda's application together

Hello,

I’d like to know if it is possible to run several application using panda at the same time
Cause I have 2 applications. They both work perfectly when launched singly.
But when I try to launch both application at the same time, I have a seg fault who appear randomly.
Is there a way to avoid this ? Something to configure in the Config.prc file ?

Thanks in advance,

There should be no problem with multiple Panda applications at the same time. But perhaps there is a bug with the model cache. Try disabling that with:

model-cache-dir

in your Config.prc file.

David