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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Base64 decoding to gif -- performace issue

Status
Not open for further replies.

nicklieb

Programmer
Oct 17, 2002
383
GB
I am using Xstandard DLL for decoding a Base64 character string into a gif


the image is a UPS label.

I have a performance issue with it, the first time the page is loaded it seems to takes around 30 seconds to generate the image (the string is 43k in size) - and it hammers the CPU.

The second time around calling the page the image is produced within a second or two. Maybe the image is cached, but I force refresh it everytime.

Has anyone had experience of using base64 conversion? and what impacts did you see?

the box I'm running it on is brand new 2003 server with dual 3ghz chips with 1 GB or RAm. easily enough to crunch through the conversion quickly.

I've been looking for other free base64 components but there don't seem to any other choices apart from this one I am using.

Any ideas?
 
incidentally been looking at .NET using c# for this conversion too. but can't get it to work :(
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top