1 / 8

REBOL

REBOL. Rückblick, Vorschau Offenes klären Netzwerktheorie Netzwerkprogrammierung Projektarbeit. REBOL Workshop. Grundlagen & Erste Schritte Vertiefung, /View Mehr /View, DRAW, EFFECT, Parse > Netzwerkprogrammierung > Projekt Ausgewählte Kapitel (/Command?). Netzwerke.

ally
Télécharger la présentation

REBOL

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. REBOL • Rückblick, Vorschau • Offenes klären • Netzwerktheorie • Netzwerkprogrammierung • Projektarbeit

  2. REBOL Workshop • Grundlagen & Erste Schritte • Vertiefung, /View • Mehr /View, DRAW, EFFECT, Parse • > Netzwerkprogrammierung • > Projekt • Ausgewählte Kapitel (/Command?)

  3. Netzwerke • Zusammenhängende Knoten • Gemeinsame Sprache (Protokoll) • ISO OSI 7 Layer Reference Model • TCP/IP 4 Layer Model

  4. Paradigmen • Message Passing • Client/Server • Peer-to-Peer • Remote Procedure Calls

  5. CGI in Webserver • Vorteile • Einfach, geringer Aufwand • Kein besonderer Client • Nachteile • CGI Setup/Teardown Verzögerungen • Flexibilität

  6. REBOL & Apache • AddHandler cgi-script .r • Options +ExecCGI • #!c:/rebol/rebol –csREBOL []print "Content-type: text/html^/"

  7. XML-RPC • Server implementiert Prozedur • Client ruft auf • Transport via HTTP • Daten in XML verpackt

  8. Direkt • TCP • Verbindungsorientiert • Streams • UDP • Verbindungslos • Datagrams • Performanter • unzuverlässig?

More Related