Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Smalltalk web app deployment on headless Linux server

We wrote a small prototype web app using Pharo and Seaside and we want to now demonstrate to the suits that the app can be deployed into our standard Linux build. We use a mix of CentOS, Ubuntu Server and Gentoo which are run headless since most of our apps are JAVA/Apache based. Only port 80 and 443 are open to the outside world.

What are your experiences when hosting Seaside/Smalltalk server side apps?

like image 859
Ravi S Avatar asked Jan 06 '10 23:01

Ravi S


1 Answers

it runs great, btw you can get free hosting for your seaside app at:

http://www.seasidehosting.st/

for more power you'd need your own server of course...

some benchmarks here:

http://gemstonesoup.wordpress.com/2007/10/19/scaling-seaside-with-gemstones/

like image 69
jspcal Avatar answered Oct 23 '22 04:10

jspcal