Where can I found, in which store in Bangalore city, the book - 'Mastering Algorithms in Perl' by John Orwant i guess. I serached most stores in MG Road here...
Dear Colleagues, Here is an interesting thing that I found. Its a 3D animation of Linux source code development. Its a bit large file of about 9 MB. But its...
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Oct 1, 2005 2:34 pm
6879
... Check http://www.shroffpublishers.com/. No Indian edition is available. Ganesan -- Ganesan Rajagopal (rganesan at debian.org) | GPG Key: 1024D/5D8C12EA ...
Hi All Right now iam doing project in linux enviroment version -9 I don't know how to create make file. So any one could guide me in creating make file for...
Hi Friends, I have a multi-processor server and I want to queue jobs for these processor. Means, when I fire an application, I want this application should be...
... User space normally doesn't (and shouldn't) control on which processor a process runs on. Why wold you want to do this? ... Search google for cpusets....
Hi, ... A search in google for 'makefile tutorial' provided these links: http://www.eng.hawaii.edu/Tutor/Make/index.html http://mrbook.org/tutorials/make/ SK ...
... Don't do that. The kernel will probably have a better idea where to run what than you. You may want to select a scheduler that suits your type of workload....
... shell>$ info make it's the best source of information -- regards -Prasad PS: Please don't send me html/attachment/Fwd mails...
Prasad J Pandit
prasad@...
Oct 3, 2005 9:00 am
6887
check out man sched_setaffinity. Thanks, Aditi ___________________________________________________________ To help you stay safe and secure online, we've...
... Hi, Check out this - http://www.gnu.org/software/make/manual/html_mono/make.html Regards, Ramprasad B __________________________________ Yahoo! Mail - PC...
Check out this site http://www-128.ibm.com/developerworks/linux/library/l-affinity.html --Ranjith [Non-text portions of this message have been removed]...
Hi All, Excuse my terminologies here. I am a newbie to Linux programming but I have got a fair amount of knowledge designing Windows based Installation...
Vagmi Mudumbai
vagmi.mudumbai@...
Oct 3, 2005 1:04 pm
6891
... No, your spec file will have commands to install that *look* as if they are installing into the host filesystem tree. In actual fact, they would be getting...
Hi, If i create a child process using fork(), then is there any way I can get the child to return a value to the parent process? If yes, then how can i do that...
... If it's a small integer value, just call exit() with that value in child and call waitpid in the parent. If it's anything more, use a pipe. Ganesan -- ...
... Various ways of doing this. The parent process can get the exit code of the child via wait(2). If you were thinking of a more complete communication...
If i create a child process using fork(), then is there any way I can get the child to return a value to the parent process? If yes, then how can i do that or...
Amith Nambiar
amithn@...
Oct 4, 2005 5:10 am
6896
... aseem, I am not sure but if you dont want complicacy or your need requires data transfer in between parent and child process , i think you can do this with...
Pradeep Goyal
csclin01@...
Oct 4, 2005 9:28 am
6897
Hi Pradeep, ... I'm afraid i don't want to get into the details of playing with the file descriptors. Just learning programming on Linux so was curious about...
Hi, Thanks for your reply. I have been googling around quite a bit for RPM building and I am pretty comfortable now. Thanks for all the help. The magic lies...
Vagmi Mudumbai
vagmi.mudumbai@...
Oct 5, 2005 1:25 pm
6899
Hi, while using pthread_create(pthread_t **thread*, const pthread_attr_t **attr*, void *(**start*)(void *), void **arg*) function, is it possible to pass more...
Quick update on talks registered so far: At 3:30am this morning, the 100th talk proposal was registered. 93 speakers are registered, but many have not yet...
... It is typically done like this: struct thread_args_t { int arg1; double arg2; }; void threadFn(void *p) { struct thread_args_t *t = (struct thread_args_t...
... You can make the matMult function take in a pointer to structure . Make the two/more params members of structure.... hth, Venkatesan -- Computer Science:...
Hi All, Here is a thing iam doing... I have a test framework written in perl. From this frame i can executes several test suites in some groups and run them...
hi! please, do anybody have anything about semaphore's applications in linux? thanks Mariana (Uruguay) __________________________________________________ ...