##// END OF EJS Templates
Different clients now share a single zmq session....
Different clients now share a single zmq session. Previously, each client (browser window) would open its own set of ZMQ sockets to a kernel. Now one master set of connections to the kernel is created and all clients share those connections. In some ways, this simplifies the URL design. I have also made kernel_ids server-side created.

File last commit:

r3666:a6a0636a
r4306:2ad3ee41
Show More
__init__.py
15 lines | 588 B | text/x-python | PythonLexer
# encoding: utf-8
""""""
__docformat__ = "restructuredtext en"
#-------------------------------------------------------------------------------
# Copyright (C) 2008 The IPython Development Team
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# Imports
#-------------------------------------------------------------------------------