IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#48199 - 06/03/14 10:41 AM Saving postscript file
stuartg Offline
OL Expert

Registered: 03/06/03
Posts: 713
Loc: Swindon, England
A little suggestion for improving the behaviour of PPDesign.
When sending a document to a printer, there is also the option to save the compiled postscript file. We use this option all the time.
When I select a printer, the form is compiled and sent to printer very quickly (a few seconds) but when saving the ps it can take minutes. This is because a local temp file is used to create the ps to send to the printer, but the ps is written in place when saving to a file. When the file is on a network drive with a long latency connection, the constant traffic of little pieces of data can mean 5 minutes to write a 200kb file.

Can the save to file option be changed to also write to a local temp file first?

thanks
Stuart

Top
#48236 - 06/05/14 11:52 AM Re: Saving postscript file [Re: stuartg]
Philippe F. Offline
OL Expert

Registered: 09/06/00
Posts: 1984
Loc: Objectif Lune, Montreal, Qc
I understand the request, but that would mean that for any other user who saves files to a local folder (which is by far the more common case), the process would slow down slightly because the file would have to be written to temp and then moved to its final location. Not a big deal, admittedly, but still...

We always try to code our features so that they perform best under the most likely conditions. Saving files to a network location that suffers from undue latency is not the most likely condition.

Obviously, we could add a checkbox stating "Always write to temp file first", but if we start adding those kinds of options in all cases, the software will become filled with such checkboxes. Having too many options that are used by few people turns it into a confusing mess for the common user.

Hope you understand our position.



Edited by Philippe F. (06/05/14 11:53 AM)
Edit Reason: typos
_________________________
Technical Product Manager
I don't want to achieve immortality through my work; I want to achieve immortality through not dying - Woody Allen

Top
#48285 - 06/10/14 10:20 AM Re: Saving postscript file [Re: stuartg]
stuartg Offline
OL Expert

Registered: 03/06/03
Posts: 713
Loc: Swindon, England
Yes its not a big problem. I just figured that you had the necessary code in there already....

Top