AIX 4.3.3: Child proces always hanged


 
Thread Tools Search this Thread
Operating Systems AIX AIX 4.3.3: Child proces always hanged
# 1  
Old 09-07-2005
Network AIX 4.3.3: Child proces always hanged

Hi,

Can anyone help me to find out how I can get more detail about child process where it hanged and what information it needs to end. Same scripts runs on Solaris work fine!

Thanks for the help
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Sfmdb proces at top of tops

Good day, I do have a HP-UX B.11.31 U ia64 machine. If I check top a proces called sfmdb is high in use en cpu. It is a postgres-command. Full name is System Fault Management. Google gives an option to restart it in: /sbin/init.d via sfmdb stop en start. But if I now look on the machine I... (2 Replies)
Discussion started by: velde_van_der_a
2 Replies

2. UNIX for Advanced & Expert Users

Solaris Server getting hanged

Hi, I have recently changed the port speed to 1000 Mbps, auto negotiation ON from 100 Mbps auto negotiation OFF. At a particular time in the night, various other nodes FTP few big file to this node. At that particular moment when the other node start FTPing, the server becomes slow and is kind... (1 Reply)
Discussion started by: brij123
1 Replies

3. Homework & Coursework Questions

Need help with deleting childīs parent and child subprocess

1. The problem statement, all variables and given/known data: I need to make an program that in a loop creates one parent and five children with fork(). The problem i'm trying to solve is how to delete the parent and child of the childīs process. 2. Relevant commands, code, scripts,... (0 Replies)
Discussion started by: WhiteFace
0 Replies

4. UNIX for Dummies Questions & Answers

Server getting hanged becomming very slow

Hi guyes our linux server is very slow today and load average is more than 16 .I m new in linux request you to kindly help resolving the issue. Where can i find the log for the cause. # lsb_release -a LSB Version: ... (2 Replies)
Discussion started by: pinga123
2 Replies

5. Solaris

How to know about a hanged process

Hi, My process is visible in 'ps' command but actually it is not working or it got hanged. This process is not generating any log. Now How can I know that my process got hanged. Please help. (2 Replies)
Discussion started by: sanjay1979
2 Replies

6. UNIX and Linux Applications

Binary Get Hanged

Hi, In our product we have use binary that fork the child process to make proxy the connection to device.But recently when we try to connect new configured device several times it get handed and binary stop making further new connection to device.it required to RESTART the services to make binary... (1 Reply)
Discussion started by: Anand Prakash
1 Replies

7. Linux

Binary Get Hanged

Hi, In our product we have use binary that fork the child process to make proxy the connection to device.But recently when we try to connect new configured device several times it get handed and binary stop making further new connection to device.it required to RESTART the services to make... (1 Reply)
Discussion started by: Anand Prakash
1 Replies

8. UNIX for Advanced & Expert Users

System hanged. help required.

HI, I have a Fedora running box. I am not able to ping/login. I guess it got hanged. Can any one help me how to login to that box with out restart? (8 Replies)
Discussion started by: praveen_b744
8 Replies

9. Shell Programming and Scripting

Outlook is getting hanged - sendmail

Hi, Problem with Sendmail When I receive the mail in my outlook, (sent using sendmail ) , Outlook is not working properly( its getting hanged).I am using the script which is available in this forum. The following are the headers that are getting generated . Sendmail is running on SunOS... (5 Replies)
Discussion started by: Srini75
5 Replies
Login or Register to Ask a Question
Child::Link::IPC(3pm)					User Contributed Perl Documentation				     Child::Link::IPC(3pm)

NAME
Child::Link::IPC - Base class for process links that provide IPC. SEE ALSO
This class inherits from: Child::Link METHODS
$proc->new( $pid. @shared ) Constructor $proc->read() Read a message from the child. $proc->write( @MESSAGES ) Send the messages to the child. works like print, you must add " ". $proc->say( @MESSAGES ) Send the messages to the child. works like say, adds the seperator for you (usually " "). $proc->autoflush( $BOOL ) Turn autoflush on/off for the current processes write handle. This is on by default. $proc->flush() Flush the current processes write handle. $proc->ipc() $proc->_ipc( $new ) Accessors for you to use or ignore. ABSTRACT METHODS
$proc->read_handle() Should return a read handle for reading from the child. $proc->write_handle() Should return a write handle for writing to the child. $proc->init( @shared ) Called by new during construction HISTORY
Most of this was part of Parrallel::Runner intended for use in the Fennec project. Fennec is being broken into multiple parts, this is one such part. FENNEC PROJECT
This module is part of the Fennec project. See Fennec for more details. Fennec is a project to develop an extendable and powerful testing framework. Together the tools that make up the Fennec framework provide a potent testing environment. The tools provided by Fennec are also useful on their own. Sometimes a tool created for Fennec is useful outside the greator framework. Such tools are turned into their own projects. This is one such project. Fennec - The core framework The primary Fennec project that ties them all together. AUTHORS
Chad Granum exodist7@gmail.com COPYRIGHT
Copyright (C) 2010 Chad Granum Child is free software; Standard perl licence. Child is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details. perl v5.10.1 2011-03-07 Child::Link::IPC(3pm)