我在xulrunner中有一个简单的hello world应用程序。我需要能够运行应用程序的多个实例。但是,当我从命令行运行应用程序时,如果其中一个已经在运行,我将得到

我尝试过几种方法,比如
xulrunner application.ini --port=45333
xulrunner -no-remote application.ini (不工作,因为xulrunner不采用非远程参数)
我使用的是xulrunner运行时20.0。
发布于 2013-04-15 04:44:57
我终于让它起作用了。其想法是使用-profile /tempdir/选项运行两个具有两个不同配置文件的实例。
https://stackoverflow.com/questions/15965497
复制相似问题