Journal Articles

Overload Journal #143 - February 2018 and Design of applications and programs
Browse in : All > Journals > Overload > o143 (9)
All > Topics > Design (236)
Any of these categories
Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

A Wider Vision of Software Development

Bob Schmidt

08 February 2018 17:02:42 +00:00

Is code a hopeful arrangement of bytes? Charles Tolman brings his Organising Principles series to a close.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

An MWSR Queue with Minimalist Locking

Bob Schmidt

07 February 2018 16:45:17 +00:00

Multithreaded queues come in many flavours. Sergey Ignatchenko describes his implementation of a multiple writer single reader queue.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Testing: Choose the Right Level

Bob Schmidt

06 February 2018 16:42:09 +00:00

Testing can be easy. Andy Balaam considers levels to keep your focus just right.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

C++ with Meta-classes?

Bob Schmidt

04 February 2018 16:34:38 +00:00

Meta-classes will allow us to detail class requirements. Francis Glassborow compares them to developments of C++ in the 1990s.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Practical Scale Testing

Bob Schmidt

03 February 2018 16:31:40 +00:00

Everyone wants scalable systems. Arun Saha explores methods for testing scalability.