Basic HTML version of Foils prepared May 23 99

Foil 33 Portal Programming Models I

From Case Studies in Internetics-- Introductory Material CPS714 Computational Science Information Track -- May 23 99. by Geoffrey C. Fox


1 Historically us Fortan programmers built systems from subroutines and libraries linked by COMMON blocks and argument lists
2 Languages like Java support this type of linkage with some changes through methods.
  • COMMON blocks have almost gone ....
3 However there are other features in portal programming
  • portal components tend to be distributed and loosely coupled
  • Fortran main and subroutine doit were tightly coupled on the same machine
4 Linkage between portal components is often best done through event signals with listeners and observers
  • This is slower of course but supports necessary asynchronous linkage and acceptable in most cases

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun May 23 1999