Code Monkey home page Code Monkey logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Attaching the code sent to me by Sean that needs to be integrated into trunk.

As later discovered by Sean, AbstractWindowsProcessService.getPID() needs to be 
fixed
because 'handle' is not the PID but a window id.

Original comment by [email protected] on 7 Sep 2008 at 2:16

Attachments:

from jodconverter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024

Original comment by [email protected] on 14 Sep 2008 at 11:25

  • Added labels: Version-3.0.x.dev

from jodconverter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Sean committed his initial implementation in r40

I really like the idea. Basically before starting an OOo process we can make 
sure
that no stale OOo process with the same parameters (e.g. port number) is already
running by using ps on Unix or wmic on Windows.

But e.g. UnixProcessService.findPID() currently seems to work on Linux but not 
on OS
X or Solaris because of the differences in ps implementations, so there's a 
risk of
having to do a lot of work and testing to correctly support various 
platforms/versions.

I guess we could enable only the basic (pure Java) implementation by default, 
and
leave more robust but system-specific implementations as optional.

Original comment by [email protected] on 24 Dec 2008 at 1:10

from jodconverter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024

Original comment by [email protected] on 11 Jan 2009 at 10:41

  • Added labels: Target-3.0-beta-2

from jodconverter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
OfficeProcess now uses a ProcessManager, and the implementation can be passed 
as part
of the configuration, with the default being PureJavaProcessManager.

Available platform-specific implementations are UnixProcessManager (for Linux 
and
possibly other *nixes) and MacProcessManager.

Still need to add the Windows implementation because WMIC seems to use different
output formats on different Windows versions...

Original comment by [email protected] on 29 Mar 2009 at 10:26

  • Changed title: Improve OOo process management robustness
  • Changed state: Started

from jodconverter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Marking as Fixed even though it's only half-done - just so that the tracker can
display all changes in 3.0-beta-2.

Will create another issue for making a Windows implementation possible.

Original comment by [email protected] on 19 Apr 2009 at 8:26

  • Changed state: Fixed

from jodconverter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024

Original comment by [email protected] on 27 Mar 2011 at 1:21

  • Changed state: Released

from jodconverter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.