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...
6877
Hussain Hyder Ali Kho...
hhalik
Oct 1, 2005 2:13 pm
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...
6878
linux-bangalore-progr...
linux-bangalore-progr...
Oct 1, 2005 2:34 pm
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
6879
Ganesan Rajagopal
nasenagr
Oct 1, 2005 3:21 pm
... Check http://www.shroffpublishers.com/. No Indian edition is available. Ganesan -- Ganesan Rajagopal (rganesan at debian.org) | GPG Key: 1024D/5D8C12EA ...
6880
muthu pushparaj
pushparaju2002
Oct 1, 2005 7:56 pm
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...
6881
lx_pinaki
Oct 1, 2005 7:56 pm
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...
6882
Ganesan Rajagopal
nasenagr
Oct 2, 2005 4:08 am
... 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....
6883
Ganesan Rajagopal
nasenagr
Oct 2, 2005 4:26 am
... Looks like cpusets patch has been accepted into 2.6.13. Ganesan -- Ganesan Rajagopal (rganesan at debian.org) | GPG Key: 1024D/5D8C12EA Web:...
6884
Shakthi Kannan
cyborg4k
Oct 2, 2005 5:55 am
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 ...
6885
Biju Chacko
Biju_Chacko
Oct 3, 2005 7:30 am
... 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....
6886
Prasad J Pandit
prasad@...
Oct 3, 2005 9:00 am
... shell>$ info make it's the best source of information -- regards -Prasad PS: Please don't send me html/attachment/Fwd mails...
6887
Aditi Ganorkar
aganorkar
Oct 3, 2005 9:13 am
check out man sched_setaffinity. Thanks, Aditi ___________________________________________________________ To help you stay safe and secure online, we've...
6888
Ramprasad B
ramprasad_i82
Oct 3, 2005 10:35 am
... Hi, Check out this - http://www.gnu.org/software/make/manual/html_mono/make.html Regards, Ramprasad B __________________________________ Yahoo! Mail - PC...
6889
Ranjith
itsranjithkumar
Oct 3, 2005 11:43 am
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]...
6890
Vagmi Mudumbai
vagmi.mudumbai@...
Oct 3, 2005 1:04 pm
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...
6891
Biju Chacko
Biju_Chacko
Oct 3, 2005 1:35 pm
... 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...
6892
Chaitanya
sharma_50
Oct 3, 2005 2:28 pm
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...
6893
Ganesan Rajagopal
nasenagr
Oct 3, 2005 4:30 pm
... 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 -- ...
6894
Aseem Asthana
aseem_asthana
Oct 3, 2005 4:30 pm
... 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...
6895
Amith Nambiar
amithn@...
Oct 4, 2005 5:10 am
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...
6896
Pradeep Goyal
csclin01@...
Oct 4, 2005 9:28 am
... 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...
6897
Chaitanya
sharma_50
Oct 4, 2005 5:22 pm
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...
6898
Vagmi Mudumbai
vagmi.mudumbai@...
Oct 5, 2005 1:25 pm
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...
6899
Chaitanya
sharma_50
Oct 5, 2005 5:44 pm
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...
6900
Atul Chitnis
linuxbangalo...
Oct 5, 2005 10:25 pm
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...
6901
Mahadevan, R IN BLR ...
mdevan_mdevan
Oct 6, 2005 3:47 am
... 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...
6902
Venkatesan S
svtesan
Oct 6, 2005 3:48 am
... You can make the matMult function take in a pointer to structure . Make the two/more params members of structure.... hth, Venkatesan -- Computer Science:...
6903
Biju Chacko
Biju_Chacko
Oct 6, 2005 4:42 am
... You're welcome. :-) Try to avoid top-posting. This list is pretty strict about it. -- b...
6904
prabir senapati
senapati2001
Oct 6, 2005 8:49 am
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...
6905
Mariana Morales
mmorales_uy
Oct 7, 2005 4:17 am
hi! please, do anybody have anything about semaphore's applications in linux? thanks Mariana (Uruguay) __________________________________________________ ...