• Please review our updated Terms and Rules here

Creating "symbiotic" applications between Macs and the Apple Network Server

ClassicHasClass

Veteran Member
Joined
Mar 22, 2013
Messages
1,814
Location
(not so) sunny (No) So Cal
The Apple Network Server's implementation of AIX had a secret weapon, and that was a full Unix-side implementation of AppleTalk, Apple events and the Program-to-Program Communications Toolbox (PPC Toolbox). Apple published demonstration applications where Mac clients could offload their computations to an ANS, which received tasks and sent back completed data via Apple events. This demo shows how to create such an application that can grab the front page of Hacker News via a JSON API, a task that would be much slower on a 68K Mac (and that's if it can do TLS 1.3 at all): the ANS actually pushes it updates which it can display asynchronously. The server is in C and Perl; the client is CodeWarrior Pro 2 using PowerPlant.

Plus, there's a lot of history involved in why the ANS ran AIX ...

 
It's a pretty cool article ... I liked the concept of distributed computing... too bad it didn't catch on.
 
Back
Top