-
Recent Posts
Recent Comments
Zipping files in VA… on VASmalltalk – how to cre… Peter on Smalltalk – Better produ… Vinnie Moag on About arihant on ERROR: Cannot determine the lo… JJACK on ERROR: Cannot determine the lo… Archives
- May 2013
- March 2013
- February 2013
- January 2013
- December 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
Categories
Meta
Monthly Archives: November 2011
VASmalltalk – IC Memory Usage
When starting a basic IC oriented Seaside server application, you can expect to have a memory usage of 13 MB (remember: IC is NOT a reduced image). When starting additional Seaside server applications of the same type you can hope, … Continue reading
Posted in Smalltalk
Leave a comment
VASmalltalk – IC Delivery Structure
How does the directory structure looks like. Each end-user application (which can be a summary of several Seaside apps) has its own directory (e.g. ApplicationFolder). I decided to put a XML directory into each ApplicationFolder, because here are sometimes application … Continue reading
Posted in Smalltalk
Leave a comment
VASmalltalk – ICApplicationStarter
Originally I delivered the Seaside apps (using ICs) within one IC with the written application code and the starting code. Over the time I wrote more and more applications and I just wanted to be able to add additional applications … Continue reading
Posted in Smalltalk
Leave a comment
VASmalltalk – My packages at vastgoodies.com
Due to radical source code rearrangements – due to IC oriented development – I will not be able to deliver any updates of my published stuff at vastgoodies.com. The code is still updated, but ALL my configuration maps have been … Continue reading
Posted in Smalltalk
2 Comments
VASmalltalk – Seaside and Load Balancing
I’ve read this posting about Load Balancing and just wanted to make clear, that this is also possible with VASmalltalk/Seaside together with Apache. It’s general idea. I just did this while doing the traffic tests I mentioned in earlier postings … Continue reading
VASmalltalk – IC oriented server
I’m now working on a pure IC based headless Seaside server and the work is more or less getting more stable over the last weeks. I’ve partitioned the base system in only a few ICs (to reduce management work): kernel … Continue reading
Stress test for Seaside …
When playing around with Apache and LoadBalancing I found a little tool named ab in the binary directory of Apache. It offers you a way to put very, heavy traffic on your Seaside server. The syntax of this tool is: … Continue reading
VASmalltalk – ICU Usage
Actually I have not discovered this until now (all my machines had this already installed) – whenever you use ICU 4.8 under Windows and VASmalltalk, you need the redistributable runtime from VisualStudio 2010: vcredist_x86.exe.