Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl ImageMagick question

Status
Not open for further replies.

kiddrew

Programmer
Feb 13, 2007
1
US
Hey guys,
First time posting. I appreciate all the help provided here.

I'm using ImageMagick to convert a postscript file to gif and saving the file on the server. ImageMagick is called by system() in a perl servlet from a Java applet. Problem is, the call is made as the page is being destroyed, and the next page loads faster than the gif finishes converting and it always gives me the older version of the gif. Does anyone have any suggestions to either slow perl down or lock on the child process?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top