-
Recent Posts
Recent Comments
Archives
- March 2023
- December 2022
- November 2022
- October 2022
- September 2022
- July 2022
- June 2022
- March 2022
- February 2022
- December 2021
- September 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- January 2020
- December 2019
- January 2019
- September 2018
- April 2018
- March 2018
- January 2018
- December 2017
- October 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- October 2016
- May 2016
- March 2016
- January 2016
- December 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- March 2015
- January 2015
- November 2014
- October 2014
- April 2014
- March 2014
- February 2014
- December 2013
- October 2013
- September 2013
- August 2013
- June 2013
- 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: June 2020
Gemstone/PUM – What about large number of users ?
Our CATI application is targeted for lots of users – but due to the fact, that our browser based application does lots of API calls each second, considering the fact, that we need one WebSocket for each user it seems … Continue reading
SmalltalkInspect Podcast – some older recordings
Somewhere in the past I stopped producing podcasts with Sebastian and Joachim and somehow I lost several of these recorded podcasts. Now I had a look at some backups and I found at least dome of these episodes. You may … Continue reading
Redirect all from HTTP to HTTPS under apache
Just for my personal info. If I want to redirect all traffic from a http-virtual host to a https virtual host, just enter the following to your http-virtual host: # Redirect everything to feldtmann.ddns.net RewriteEngine on RewriteCond %{HTTPS} !=on RewriteCond … Continue reading
Posted in Smalltalk
Leave a comment
PUM API Programming and curl
As you perhaps might know, I do API development using Gemstone/S database and Sencha ExtJS Javascript for the UI. Most of the tests are done in Firefox and here I found a nice little feature. If you are working with … Continue reading
Gemstone/S – How to create an empty file very fast
I had to solve this problem while implementing a Multi-Part Upload … each chunk delivers its position in the target file and the total size of the file. So while the first chunk has been received, the Multi-Part Upload API-Call … Continue reading
PUM – Define a “free” API Call
Sometimes you have something to do and you can not define a classical model in the modelling tool. Actually you just want to make a HTTP request under the hood of an API call and then handle it in Gemstone/S … Continue reading
MSKZIO – FPU – 2nd revision, still a problem – but solution is found
So, the 2nd revision came from China and I tested it and it still did not work – that was strange, but actually I’ve found the error. I missed one signal to invert. You can see on the picture, that … Continue reading
PUM – Requester Location for Session Information
If you create the REST structure within PUM for a Gemstone/S project, it creates a session class. Among the stored values within this session object, there is also the location attribute – a string containing the information where the requests … Continue reading
PUM 9.80 – Improvement in Session Handling
The runtime module is responsible to check if a session has timed out. In general this is done by some attributes in the session object: lastActivityTS (timestamp), expirationTS (timestamp), defaultTimeoutMS (milliseconds). In each transaction the system is doing something like: … Continue reading
MSKZIO – FPU partially working
I mentioned this board in https://schrievkrom.wordpress.com/2020/05/28/mskzio-fpu-for-z80-z180-playground-for-pfingsten/ and the board is partially working and I have no idea, what is going wrong. I can read the content of the FPU data registers, I can move constants from the ROM to registers, … Continue reading