GZip support for Smalltalk Servlets

classic Classic list List threaded Threaded
5 messages Options
tstalzer tstalzer
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

GZip support for Smalltalk Servlets

Hi

We are using the Smalltalk Servlet (Subclasses of SstHttpFileServlet,
etc.) Interface as an HTTP Server to distribute content to client
browsers.

In order to speed things up (We may end up in having to distribute
500k Javascript Files) we are thinking about using compressed content
(gzip, etc.) Has anyone done this yet? If not, we would build a
interface to a public library (e.g. zlib) to compress content on the
fly.

Operating system would be windows

Regards

Thomas

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.

Wayne Johnston Wayne Johnston
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: GZip support for Smalltalk Servlets

We use classes like ZLibDLL and ZLibLibrary in ZipLibraryApp.  We got the code from http://forums.instantiations.com/viewtopic.php?f=12&t=4916&p=15234&hilit=compress&sid=d6c9656b38e4bd429c00cb4f6db26c3d#p15234 but it looks like the old forum still has all the old attachments missing.  The code ends up using zlibwapi.dll.  

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/z-W8Re2GmoMJ.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
Marten Feldtmann-2 Marten Feldtmann-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: GZip support for Smalltalk Servlets

In reply to this post by tstalzer
There is an initial wrapper around main functions of zlibwapi.dll available at vastgoodies.com.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/lMevOEhuygYJ.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
Wayne Johnston Wayne Johnston
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: GZip support for Smalltalk Servlets

Ah yes, MSKZlibWrapper*

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/JT3TR16h9a8J.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
tstalzer tstalzer
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: GZip support for Smalltalk Servlets

In reply to this post by Marten Feldtmann-2
Hi Marten

Thanks - I'll have a look at it

On Dec 29, 7:26 am, Marten Feldtmann <[hidden email]>
wrote:
> There is an initial wrapper around main functions of zlibwapi.dll available
> at vastgoodies.com.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.

Loading...