To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=54532
------- Additional comments from [EMAIL PROTECTED] Tue Oct 11 06:13:27 -0700 2005 ------- cyb->jbu: >Your code would work when an office is started already, does it also work when >no office (quickstarter, etc.) is running before ? Yes, it worked for me. See the following console output I received (I used ps right after the first time I started the office with bootstrap() and then made another bootstrap() call in OOo python core which did not launch a new process and used the existing bridge of the already existent office process): iBook:~ cyb$ ps -A | grep soffice 349 p1 S+ 0:00.03 /bin/sh soffice -nologo -nodefault - accept=pipe,name=uno0.936700278276;urp; 360 p1 S+ 0:01.05 /Applications/openoffice.org1.9.121/program/soffice.bin -nologo -nodefault -accept=pipe,name=uno0.936700278276;urp; 362 p2 R+ 0:00.00 grep soffice iBook:~ cyb$ ps -A | grep soffice 349 p1 S+ 0:00.03 /bin/sh soffice -nologo -nodefault - accept=pipe,name=uno0.936700278276;urp; 360 p1 S+ 0:01.08 /Applications/openoffice.org1.9.121/program/soffice.bin -nologo -nodefault -accept=pipe,name=uno0.936700278276;urp; 376 p2 R+ 0:00.00 grep soffice >Have you checked on windows and unix ? Only on Mac OS X which itself relies on FreeBSD, thus Unix should be ensured! Can somebody test on Windows? Would be nice, thanks. PS: It still needs to be discussed whether I should do the bit-shifting when generating the pipe name as is the case in the Java implementation, because then there is no leading "0." --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
