Running WinDBG in parallel

Hi!

Is it safe to download pdb symbols in parallel?

For example, can my local symbol cache to be corrupted if I open
two or more instances of WinDBG with a ‘.reload’ command?

Access to local symbol cache is synchronized or not?

Thanks.