My website runs on gemstone. To provide users with statistical data I need to run periodical tasks. How is this achieved best in gesmtone? From within gemstone or from the operating system? And would be topaz the right way to go?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Using something like cron to fire up a topaz process is the right way to go.

Make sure that you capture stdout of the topaz process and include the purpose and date in the name of the log file.

If the frequency of the task is under say every 5 minutes, then firing up a 'permanent' topaz process (like the maintenance vm) sitting on a Delay is a good way to go.

Some of our customers use CONTROL-M to launch topaz, which includes workflow in it's process scheduling.

Dale

link|improve this answer
Hi Dale, didn't expect you here. I didn't expect much gemstone people here. To be honest I was heading for the Tumblweed badge ;) But I like it much more this way – Norbert Hartl Apr 30 '09 at 18:48
Norbert, I think this is a good place to ask questions, since the answers are more accessible. Sorry to spoil your quest for a Tumbleweed badge:) – Dale Henrichs Apr 30 '09 at 22:27
1  
Silly question - but what is Topaz? Thanks – KHWP May 2 '09 at 10:40
1  
Not silly at all. Topaz is a program that provides command line access to GemStone Smalltalk. It allows one to build Smalltalk scripts that get executed by a gem. You can get more info on GemStone/S at gemstonesoup.wordpress.com specifically the 'GemStone 101', 'Docs' and 'Glossary' pages. – Dale Henrichs May 2 '09 at 17:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.