GithubHelp home page GithubHelp logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 3, 2024
This ability is needed for computation-heavy interactive programs like my 
Mandelbrot Explorer: 
https://groups.google.com/d/topic/comp.lang.postscript/CZGwAun5Juo/discussion . 
If the resolution is set too high, the drawing will be painfully slow, but 
cancelling (in ghostscript) exits the entire interpreter, losing the active 
program parameters.

interrupt signals -> /interrupt errors is the right thing to do, according to 
the PLRM.

Original comment by luser.droog on 30 Oct 2013 at 9:36

from xpost.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 3, 2024
A later version of the same program: 
http://code.google.com/p/xpost/downloads/detail?name=mandel2.ps .

Original comment by luser.droog on 30 Oct 2013 at 9:39

from xpost.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 3, 2024
This is a usability requirement for dealing with runaway programs. Infinite 
loops and such. If not an interrupt signal per-se (depending upon application 
requirements), There should be some mechanism for stopping a long-running 
execution from the outside, gracefully. And this should manifest from the 
postscript-level as an /interrupt error, sandwiched between the execution of 
two normal objects, as described in the PLRM.

Original comment by luser.droog on 2 Dec 2013 at 11:49

from xpost.

luser-dr00g avatar luser-dr00g commented on May 3, 2024

This one should probably be considered low priority. Ghostscript doesn't do this. When I filed a bug report with them, it was closed as "Confirmed. Won't Fix." So GS doesn't even do it, and has no plans to do it. And I suppose we've all gotten by well enough in the meantime without missing this feature very much.

OTOH it is something that GS doesn't do! So it's potentially a feature we have that GS doesn't, once implemented that is.

from xpost.

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.