Hi All, I have got an offer from Kanbay Pune for J2EE profile. I need your help to find out some info abt the company. So if u have any first hand info or have...
Hi, A friend of mine is lookin for resource in the following : *Position: SAP Development *Required Skills Essential (must have skills): -Minimum of 5 years...
FYI We Require J2EE Professionals<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> Dear Associates, The achievements of an...
Hi, We have urgent requirements at Sourcecode for our Offshore Development Centre in mumbai. Please feel free to check out our url: www.sourcecodeinc.com. ...
Hi NCSTians, I don't know if this was covered before in our mailing chains- but does anybody know of any good ldap administrator tools (freeware/licenced s/w)....
hi, you can use phpldap admin regards, harish ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best...
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> Capgemini Dear Associates, The achievements of an organization are the results of...
There are videos available of the SICP classes from MIT's opencourseware as well. Altogether they're about 20-25 GB of video. regs Vivek ... [Non-text portions...
... Not really. There are about 2 DVDs worth of data (~ 9GB) if you download the Divx. I have them in case some one in Bangalore wants it. --> Vinayak H -- ...
Hi, Consider following scenario System receives a PO document with some additiona information(that what to do with existing document) and it is in document...
Hi, Consider following design for below mentioned 1) Document class is already available. 2) Document class should have the LineItems withing it. 3) Define an...
Hi everybody, I am forwarding a job opportunity, just go thru it and mail your resumes to concerned person. Don't send your resumes to this mail. Regards ...
Hi, I m sorry for my previous mail which had forwarded content. I am sending this mail again with the opportunity. Dont reply to this mail. Send you resumes to...
Respected Sir/Madam, We have deep pleasure in introducing ourselves as very effective and active entrepreneurs in the field of insurance. We are the Business...
Hi All, Does anybody knows what is "ICM080-0002" in communication terminology for ATM machines? Thanks and Regards Gaurav ... Jiyo cricket on Yahoo! India...
Hi, I am looking for Freelance Programmers, with expertise & experience in following: * Basic Web Protocols * Html / js * XML * Web clients / browsers *...
Hi there, Does anyone have any information about company "core objects" in Pune? My friend has got an offer from that company. He wants to get some information...
Hi, In Unix, I want to have a function to which a process name is passed, which returns all the active PIDs for that process. For example, currently there are...
Hi, I'm not sure if this applies to all Unices, but in Linux can do it this way ... The file /proc/<pid>/cmdline contains the command-line that was used to ...
Contact the mentioned person and tell me name. Send me a resume to me also. Tell others if I have forgotten __________________________________________ ...
Arijit Sen
arijitsen@...
Apr 20, 2006 7:14 am
9226
hi all, we have 1 process diagram per transaction. so say i have 2 pocess diagrams X,Y so they both have their own variables X.flag and Y.flag respectively. ...
In a 'C' program as mentioned information is in /proc/<pid>/... Use readdir() to get the info in the file and parse. ... ________________________________ From:...
For command line .... ps -ef | grep httpd | grep -v grep | awk '{print $2 }' should give you all the pid's u need ..... ________________________________ From:...
Hi Amey, In C, Semaphore is used for this purpose, where there is no probs of sync issues. Find out whether it's possible to use Semaphore in your case. ...
I want to implement this on all Unix/Linux platforms: Solaris, AIX, HP-UX and Linux. So, /proc/<pid>/ won't work in my case. "ps -ef | grep httpd | grep -v...
... I just checked on solaris and the /proc filesystem seems to be present. I think you should check on AIX and HP-UX too. The manpage for proc has more ...