473,404 Members | 2,170 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

Difficult Python thread problem on AIX SMP machine

Hi,

I am pretty new to python, so be gentle :)

I have a python script that spawns a number of threads (configurable) on a
12 processor AIX RISC-6000 machine. It works fine, so long as I am running
less than 5 threads. With more than 5, I get errors, but only on AIX, not
on Linux.

The python script is fairly simple, because each thread just spawns a korn
shell script. I actually get the error in the shell script, not in python,
but I think it may be python related, because I don't get the error when I
run the whole thing as a korn shell script.

Basically, each thread does:

pipe0_ = os.popen( 't.ksh 2>&1', 'r')
text0_ = pipe0_.read()
sts0_ = pipe0_.close()`

to spawn a shell script (t.ksh) that does:

cd subdir
ls -l
exit $?

There is a different subdir for each thread.

This works fine, so long as I am running less than 5 threads. But once I
run more than that, I start getting an error from the script:

sh: /home/gpomper/tmp/t8/thread.ksh: 0403-015 Cannot access a required
executable file. It is in use.

This problem only occurs on AIX. It runs fine on my Red Hat 9.0 machine.

I have tried to find what that AIX error means, with no luck. My problem
is made more difficult, because I try to simulate the error by writing a
korn shell script that basically does this:

t.ksh &
t.ksh &
t.ksh &
....
t.ksh &

repeated 20 times, and modify t.ksh so that it loops 100 time, so that I
can guarantee that all the processes are running simultaneously. When I
try this, I don't get the error.

Unfortunately, this makes AIX tech support think that this is a python
issue, not an AIX issue.

I would be *extremely* grateful for helpful suggestions.

- Gardner

Jul 18 '05 #1
0 2461

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

38
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.1 (final). Python 2.3.1 is a pure bug fix release of Python 2.3, released in...
4
by: Rhamphoryncus | last post by:
First a bit about myself. I've been programming in python several years now, and I've got several more years before that with C. I've got a lot of interest in the more theoretical stuff (language...
118
by: 63q2o4i02 | last post by:
Hi, I've been thinking about Python vs. Lisp. I've been learning Python the past few months and like it very much. A few years ago I had an AI class where we had to use Lisp, and I absolutely...
2
by: robert | last post by:
When employing complex UI libs (wx, win32ui, ..) and other extension libs, nice "only Python stack traces" remain a myth. Currently I'm hunting again a rare C-level crash bug of a Python based...
28
by: H J van Rooyen | last post by:
Hi, I want to write a small system that is transaction based. I want to split the GUI front end data entry away from the file handling and record keeping. Now it seems almost trivially easy...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.