Python Cookbook 2Nd Edition Jun 1002005 [Electronic resources]

David Ascher, Alex Martelli, Anna Ravenscroft

نسخه متنی -صفحه : 394/ 294
نمايش فراداده

Chapter 15. Distributed Programming

    Introduction

    Recipe 15.1. Making an XML-RPC Method Call

    Recipe 15.2. Serving XML-RPC Requests

    Recipe 15.3. Using XML-RPC with Medusa

    Recipe 15.4. Enabling an XML-RPC Server to Be Terminated Remotely

    Recipe 15.5. Implementing SimpleXMLRPCServer Niceties

    Recipe 15.6. Giving an XML-RPC Server a wxPython GUI

    Recipe 15.7. Using Twisted Perspective Broker

    Recipe 15.8. Implementing a CORBA Server and Client

    Recipe 15.9. Performing Remote Logins Using telnetlib

    Recipe 15.10. Performing Remote Logins with SSH

    Recipe 15.11. Authenticating an SSL Client over HTTPS