Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!pasteur!ucbvax!SUN.COM!gregm From: gregm@SUN.COM (Greg McLaughlin) Newsgroups: comp.windows.news Subject: Re: Error: timeout - how can I change time limits? Message-ID: <8810232349.AA08412@dublin.sun.com> Date: 24 Oct 88 07:26:53 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 15 This is standard PostScript (ie: you'll find it in the Red Book). statusdict begin n setjobtimeout end NeWS 1.1 has a bug that will require you to do a pause after the above code for the new timeout to take effect. The value "n" is in seconds, and 0 set the timeout to infinity. In NeWS this is on a per process basis, so you need to modify showimage itself. Hope this helps, Greg McLaughlin Sun Microsystems Inc.