Search results
Practical threaded programming with Python - IBM
Search result description:Jun 3, 2008 ... This article focuses exclusively on threading in Python, using practicle examples.
There are many great resources online that document the ...
developerWorks : Forum Search - IBM
Search result description:500 results for python threading example ... Python XML-RPC CGI example ...
There are two issues that determine how threading is supported in Java on a ...
Web development tips: Use antipool.py for threaded Python ... - IBM
Search result description:Aug 21, 2007 ... However, active processes (threaded or forked) almost inevitably eat ... This
example is not really the best code possible, since I might wrap a ...
Multiprocessing with Python - IBM
Search result description:Mar 24, 2009 ... Multiprocessing mimics parts of the threading API in Python to give the ... In the
next example, enhance the original fork code and set an ...
High-performance XML parsing in Python with lxml - IBM
Search result description:Mar 24, 2011 ... lxml is a fast yet flexible library for XML processing in Python. It comes ... Software
versions and sample data used in this article. lxml 2.1.2 ...
Programming Linux sockets, Part 2: Using UDP - IBM
Search result description:Jan 25, 2004 ... Although the code examples in this tutorial are in Python and C, they ... a version
without the threading overhead will be even faster against the ...
Python basics for PHP developers - IBM
Search result description:Feb 9, 2010 ... Are you an experienced PHP developer who needs to learn Python? ... of
mutability and immutability: a tuple, for example, is an immutable list. ... You'll
also love Python's multi-threading capabilities; this was one of the ...
Android applications using Python and SL4A, Part 1: Set up your - IBM
Search result description:Dec 19, 2011 ... This series of articles explores how to use Python and Scripting Layer for ... Part 2
will present useful scripting examples to get real work done. ... tool for writing
both simple scripts and complex, multi-threaded applications.
Multithreading SOAP Servers - IBM
Search result description:Apr 13, 2004 ... We're currently planning to develop a new system using a Python SOAP ... at all
clear how Python and SOAP should be implemented in a multi-threaded way. ...
Can you give me an example of actual code using that class that ...
Charming Python: Using state machines - IBM
Search result description:But that does not seem like the right way to handle this problem. For example,
you could simply create the natural chunks in this text file with some Python code ...
Multithreading SOAP Servers - IBM
Search result description:Apr 13, 2004 ... Multithreading SOAP Servers Point your RSS reader here for a feed of the latest
... how Python and SOAP should be implemented in a multi-threaded way. ... Can
you give me an example of actual code using that class that ...
developerWorks : Forum Search - IBM
Search result description:Aug 15, 2011 ... 500 results for python threading ... example: Power7 with RHEL 6 or SLES 11
runs with SMT=4 in ... SMT refers to the hardware threading.
Linear optimization in Python, Part 2: Build a scalable architecture in ...
Search result description:Feb 20, 2013 ... This article shows how to scale a Python linear optimization horizontally by ... We
combine a single threaded event loop, an AMQP server, and worker ... A real
world example is to send data from one network connection, say a ...
Charming Python: Implementing "weightless threads" with ... - IBM
Search result description:Jun 1, 2002 ... Similar to Stackless Python microthreads, but using standard Python 2.2 -- they ...
Even so-called "lightweight" threading libraries have threads that are orders of ...
The example in question uses particularly pointless threads.
Charming Python: SimPy simplifies complex models - IBM
Search result description:Dec 1, 2002 ... In this article, David takes a look at SimPy, a Python package that allows ... and
that used standard threading rather than my semi-coroutine technique. ... In this
column, I'll be using the fairly simple example of a grocery store ...