Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread Blob compression vs performance
Tue, Jan 27 2009 3:26 PMPermanent Link

Dale Derix
Hello:

Anyone have any preferences in regards to BLOB compression vs. performance.  I'll mainly
be using small (32K ish) and medium (2 to 5 meg) size images (in separate fields).

Thanks,

Dale
Tue, Jan 27 2009 4:59 PMPermanent Link

Lance Rasmussen

Jazzie Software

Avatar

Team Elevate Team Elevate

Dale,

What type of images?  If the images are already compressed, that could
possibly create extra performace hit in compressing something that can't be
compressed further?

Lance


"Dale Derix" <dale@emerald-data.com> wrote in message
news:DF70F083-792F-4046-A334-3FEFEA94913F@news.elevatesoft.com...
> Hello:
>
> Anyone have any preferences in regards to BLOB compression vs.
> performance.  I'll mainly
> be using small (32K ish) and medium (2 to 5 meg) size images (in separate
> fields).
>
> Thanks,
>
> Dale
>
Tue, Jan 27 2009 5:54 PMPermanent Link

Dale Derix
<<What type of images?>>

They would png, jpg, bmp, and probably tiff.  I don't have any control over where our
users will get the images so I have to be ready to accept just about anything (within the
aforementioned formats).

Dale
Thu, Jan 29 2009 1:34 PMPermanent Link

Lance Rasmussen

Jazzie Software

Avatar

Team Elevate Team Elevate

Tiff and GIF would have the LZH.

You are right in that in general, you may not have control over the images.
That does become, though, an issue, much like zipping a bunch of images in
that it sometimes takes longer because its not finding much of any
compression to do, taking longer.

Lance

"Dale Derix" <dale@emerald-data.com> wrote in message
news:65ABC928-6BAC-4072-B952-3E71419E1B62@news.elevatesoft.com...
> <<What type of images?>>
>
> They would png, jpg, bmp, and probably tiff.  I don't have any control
> over where our
> users will get the images so I have to be ready to accept just about
> anything (within the
> aforementioned formats).
>
> Dale
>
Thu, Jan 29 2009 1:51 PMPermanent Link

Dale Derix
In a C/S situation, is the BLOB compression done on the server, or the client?

Dale
Sun, Feb 8 2009 9:30 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Dale,

<< In a C/S situation, is the BLOB compression done on the server, or the
client? >>

On the server, although the BLOB data may be compressed/uncompressed on the
way to the server also if the TEDBSession.RemoteCompression level is higher
than 0.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image