[squeak-dev] [Q] File Upload/Download Server, Comanche or Swazoo

Philippe Marschall philippe.marschall at gmail.com
Wed Jul 23 05:10:40 UTC 2008


2008/7/23 "S.J.Chun" <chunsj at embian.com>:
> Hi,
>
> First, I do not want to create flame war or something; I just like to
> hear opinions.
>
> 1. Which one is easy to create file upload and download web application?

html fileUpload

and:

self session returnResponse:

these are for small files only though

Kom on Seaside 2.9 has experimental upload streaming into a temporary file.

> I've created small PIM web application using Seaside but this file transfer
> application is different from my previous one; it just takes upload and generate
> link for file and make the download happen when the link be requested.
>
> 2. Which one shows better performance for this problem?
> File size will be up to 10 or more GB but number of concurrent users are
> at most 10 or 20.

10 GB? Per upload? And 10 to 20 Users uploading at the same time? Srsly?

Cheers
Philippe



More information about the Squeak-dev mailing list