Introduction

MBSP uses a client-server architecture so that the data only has to be loaded once. From then on it is available as a server that can be contacted with the TCP protocol. MBSP has a Client and a Server class that communicate using the Python socket module. Server is a wrapper around subprocess.Popen and starts TiMBL or MBT as a background process. ................
................