Skip to content

Tag Archives: protected

SmartDD v3 Features

I know it’s been a long time in coming, but SmartDD v3 is ready to release apart from the docs.
I’ve been using it on a couple of sites, and although I haven’t used every new feature in earnest, everything has been tested to my satisfaction.  Even so, I guess we’ll find a couple of minor […]

How SmartDD v2 Protects Your LARGE Downloads

Because of the way that SmartDD delivers files securely, it takes up a memory buffer on the web server equivalent to the size of the file.  If you’re delivering an ebook, it isn’t a problem as the zip files involved are only about 3-5MB.  The delay while creating the memory buffer is almost unnoticeable.

But if you’re delivering a video or an MP3, or any other large file, then it can take several seconds to create the memory buffer.

This became a problem when the file was very large and the time went over 30 seconds.  Many servers are now configured to time out after 30 seconds without a “keep alive” signal from the application.

Another problem was that an increasing amount of servers are being configured to only allow 8MB of memory to be allocated to an application.  Again this is a problem for people who want to deliver large file sizes securely.

Well, we fixed that in version 2.

[more…]