Swazoo 2.2 beta with fast file upload

This is a discussion on Swazoo 2.2 beta with fast file upload within the Smalltalk forums in Programming Languages category; Dear Smalltalkers, New Swazoo 2.2 is ready for beta testing, with much improved upload (input streaming) performance as a main new feature. On Squeak it uploads 15 times faster than before, achieving 1.5MB/s throughput locally on my Linux 3.2GHz PC. On VisualWorks it is even more impressive: 30 times better, achieving 15MB/s throughput. This means only 20s for 300MB file upload! In both cases upload performance is about half of the download one due to additional MIME parsing needed. I can say that now we have an Smalltalk web server with comparable performance to others in terms on upload performance ...

Go Back   Application Development Forum > Programming Languages > Smalltalk

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 07-26-2008, 01:53 PM
Janko Mivšek
Guest
 
Default Swazoo 2.2 beta with fast file upload

Dear Smalltalkers,

New Swazoo 2.2 is ready for beta testing, with much improved upload
(input streaming) performance as a main new feature.

On Squeak it uploads 15 times faster than before, achieving 1.5MB/s
throughput locally on my Linux 3.2GHz PC.

On VisualWorks it is even more impressive: 30 times better, achieving
15MB/s throughput. This means only 20s for 300MB file upload!

In both cases upload performance is about half of the download one due
to additional MIME parsing needed.

I can say that now we have an Smalltalk web server with comparable
performance to others in terms on upload performance too. This also
means that Swazoo is ready for demanding upload tasks like video
uploading as well, while video (like screencast) serving is a common
practice for a while.


Please help testing it. It is available here:

- Squeak: http://www.squeaksource.com/Swazoo/Swazoo-2.2.beta1.mcz

- VisualWorks: in public Store: Swazoo 2.2beta1

Best regards
Janko


--
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si
Reply With Quote
  #2  
Old 07-27-2008, 03:07 AM
NeXT
Guest
 
Default Re: Swazoo 2.2 beta with fast file upload

On Jul 27, 2:53*am, Janko Mivšek <janko.miv...@eranova.si> wrote:
> Dear Smalltalkers,
>
> New Swazoo 2.2 is ready for beta testing, with much improved upload
> (input streaming) performance as a main new feature.
>
> On Squeak it uploads 15 times faster than before, achieving 1.5MB/s
> throughput locally on my Linux 3.2GHz PC.
>
> On VisualWorks it is even more impressive: 30 times better, achieving
> 15MB/s throughput. This means only 20s for 300MB file upload!
>
> In both cases upload performance is about half of the download one due
> to additional MIME parsing needed.
>
> I can say that now we have an Smalltalk web server with comparable
> performance to others in terms on upload performance too. This also
> means that Swazoo is ready for demanding upload tasks like video
> uploading as well, while video (like screencast) serving is a common
> practice for a while.
>
> Please help testing it. It is available here:
>
> - Squeak:http://www.squeaksource.com/Swazoo/Swazoo-2.2.beta1.mcz
>
> - VisualWorks: in public Store: Swazoo 2.2beta1
>
> Best regards
> Janko
>
> --
> Janko Mivšek
> AIDA/Web
> Smalltalk Web Application Serverhttp://www.aidaweb.si


Wow, great!

I need to resurrect my test code :-)
Reply With Quote
  #3  
Old 07-27-2008, 03:07 AM
NeXT
Guest
 
Default Re: Swazoo 2.2 beta with fast file upload

On Jul 27, 2:53*am, Janko Mivšek <janko.miv...@eranova.si> wrote:
> Dear Smalltalkers,
>
> New Swazoo 2.2 is ready for beta testing, with much improved upload
> (input streaming) performance as a main new feature.
>
> On Squeak it uploads 15 times faster than before, achieving 1.5MB/s
> throughput locally on my Linux 3.2GHz PC.
>
> On VisualWorks it is even more impressive: 30 times better, achieving
> 15MB/s throughput. This means only 20s for 300MB file upload!
>
> In both cases upload performance is about half of the download one due
> to additional MIME parsing needed.
>
> I can say that now we have an Smalltalk web server with comparable
> performance to others in terms on upload performance too. This also
> means that Swazoo is ready for demanding upload tasks like video
> uploading as well, while video (like screencast) serving is a common
> practice for a while.
>
> Please help testing it. It is available here:
>
> - Squeak:http://www.squeaksource.com/Swazoo/Swazoo-2.2.beta1.mcz
>
> - VisualWorks: in public Store: Swazoo 2.2beta1
>
> Best regards
> Janko
>
> --
> Janko Mivšek
> AIDA/Web
> Smalltalk Web Application Serverhttp://www.aidaweb.si


Wow, great!

I need to resurrect my test code :-)
Reply With Quote
  #4  
Old 08-08-2008, 10:13 AM
Sebastian
Guest
 
Default Re: Swazoo 2.2 beta with fast file upload

Great news. I hope we have an updgraded port soon
cheers,
Sebastian

On Jul 26, 2:53*pm, Janko Mivšek <janko.miv...@eranova.si> wrote:
> Dear Smalltalkers,
>
> New Swazoo 2.2 is ready for beta testing, with much improved upload
> (input streaming) performance as a main new feature.
>
> On Squeak it uploads 15 times faster than before, achieving 1.5MB/s
> throughput locally on my Linux 3.2GHz PC.
>
> On VisualWorks it is even more impressive: 30 times better, achieving
> 15MB/s throughput. This means only 20s for 300MB file upload!
>
> In both cases upload performance is about half of the download one due
> to additional MIME parsing needed.
>
> I can say that now we have an Smalltalk web server with comparable
> performance to others in terms on upload performance too. This also
> means that Swazoo is ready for demanding upload tasks like video
> uploading as well, while video (like screencast) serving is a common
> practice for a while.
>
> Please help testing it. It is available here:
>
> - Squeak:http://www.squeaksource.com/Swazoo/Swazoo-2.2.beta1.mcz
>
> - VisualWorks: in public Store: Swazoo 2.2beta1
>
> Best regards
> Janko
>
> --
> Janko Mivšek
> AIDA/Web
> Smalltalk Web Application Serverhttp://www.aidaweb.si


Reply With Quote
  #5  
Old 08-08-2008, 10:13 AM
Sebastian
Guest
 
Default Re: Swazoo 2.2 beta with fast file upload

Great news. I hope we have an updgraded port soon
cheers,
Sebastian

On Jul 26, 2:53*pm, Janko Mivšek <janko.miv...@eranova.si> wrote:
> Dear Smalltalkers,
>
> New Swazoo 2.2 is ready for beta testing, with much improved upload
> (input streaming) performance as a main new feature.
>
> On Squeak it uploads 15 times faster than before, achieving 1.5MB/s
> throughput locally on my Linux 3.2GHz PC.
>
> On VisualWorks it is even more impressive: 30 times better, achieving
> 15MB/s throughput. This means only 20s for 300MB file upload!
>
> In both cases upload performance is about half of the download one due
> to additional MIME parsing needed.
>
> I can say that now we have an Smalltalk web server with comparable
> performance to others in terms on upload performance too. This also
> means that Swazoo is ready for demanding upload tasks like video
> uploading as well, while video (like screencast) serving is a common
> practice for a while.
>
> Please help testing it. It is available here:
>
> - Squeak:http://www.squeaksource.com/Swazoo/Swazoo-2.2.beta1.mcz
>
> - VisualWorks: in public Store: Swazoo 2.2beta1
>
> Best regards
> Janko
>
> --
> Janko Mivšek
> AIDA/Web
> Smalltalk Web Application Serverhttp://www.aidaweb.si


Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 11:09 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.