How to run multiple instances of Writer simultaneously?

David Tardon dtardon at redhat.com
Thu Oct 19 06:36:30 UTC 2017


Hi,

On Thu, Oct 19, 2017 at 08:01:05AM +1000, Jens Tröger wrote:
> Hello,
> 
> This email question is a repeat of one that I posted in the forums, but can’t seem to get attention:
> 
>     https://forum.openoffice.org/en/forum/viewtopic.php?f=25&t=90716
> 
> It seems to me that spawning multiple Writer instances as individual processes (using Python’s subprocess) and then shutting one process down kills the other as well. What vital resources are being shared here, and what is the recommended way of spawning multiple Writers (i.e. opening multiple documents) simultaneously? There’s more information in the forum’s post.

The pipe name must be different for each separate instance. And you
should really use a different UserInstallation for each instance as well.

D.


More information about the LibreOffice mailing list