multithreading - managing transactions and sequence of processing

2006-05-22 Thread Jaco Smuts
Hello there question: I'm looking for information / patterns / recipe's for implementing a multi threaded program (multiple producers / consumers) that will manage transactions and maintain sequence across the different threads. background: I'm busy writing an adapter taking messages from ibm

leave

2005-03-24 Thread Jaco Smuts
I will be out of the office starting 2005/03/20 and will not return until 2005/04/02. I will respond to your message when I return. This email and all contents are subject to the following disclaimer: "http://www.clover.co.za/disclaimer"; -- http://mail.python.org/mailman/listinfo/python-li

suse 9 python has no distutils.core ?

2005-03-01 Thread Jaco Smuts
Hello there I'm trying to install  some modules onto a Suse 9 box at work (for the first time). But I'm getting  -- no module named distutils.core when I try  and run python setup.py install ? the default distro is python 2.3.3 I've tried the latest rpm distro I could find on rpmfind.net, but

SAP IDOC with python

2005-02-10 Thread Jaco Smuts
Hello there I'm tinkering with parsing SAP IDOC's using Python. (initially reading possibly creating later on) I can get a C header file someCode.h from SAP describing the contents / structure of a document. I wondered if this file in conjunction with SWIG will be any use? Any one got any ex

Re: How can I get the names of the files in a directory?

2005-01-15 Thread Jaco Smuts
have a look at the glob module Sara Fwd <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/15/2005 03:10 PM To python-list@python.org cc Subject How can I get the names of the files in a directory? Can you guys also help me find a module that looks in a directory and print

Re: python intergration bus ?

2005-01-04 Thread Jaco Smuts
Tonino wrote: Hi, Just an interested question - I friend is testing a few JAVA intergration bus's that will be used to intergrate his companies services - I was wondering if there was a python intergration bus ? other than maybe Pyro ? Thanks Tonino Hello Tonino There is a Python module (http: