Unix concepts help


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unix concepts help
# 1  
Old 05-15-2012
Unix concepts help

Team,
I am working in unix perl . i have come across scenarios where there are lots of unix concepts are being used.

For example, Handle, pipes, forking ,data sharing between processes,parallel processing and so on. I need some conceptual explanation about the unix system .

I have prior experience with unix . i have used various unix commands and shell scripting .

I tried to google for books/resources but it comes with C code and there is no conceptual discussion . i just see things related to kernal programming which is not scope.

Can you please suggest some resources/books where there is enough conceptual discussion like what exactly is pipe,handle and relation between the two , streams , how to create pipe and connect to forked process, etc..

i dont know C language...

Thanks..

Last edited by mdsaleemj; 05-15-2012 at 10:01 AM..
# 2  
Old 05-15-2012
You might try searching for:

UNIX "Interprocess Communications" or "UNIX IPCs" for short
# 3  
Old 05-15-2012
Yeah, most ipc deal with C code where i get stuck.
# 4  
Old 05-15-2012
If you have specific questions, we can answer them.
# 5  
Old 05-15-2012
This User Gave Thanks to gary_w For This Post:
# 6  
Old 05-16-2012
>>If you have specific questions, we can answer them.

I am studying some cpan modules like IO::Pipe,IO::Handle,IO::Select which has unix essence.. I feel the documentation for these modules is not up to my level of my understanding... That is reason i started this thread. Thanks Corona688
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Linux

Linux Operating system concepts

hi guys, i got job recently in a company which provide a product for data backup and data recovery... as dis product is wrriten in c++ am workin in c++.. now am under training and i want to learn abt Operating System concepts and OS programming using c and c++. i know basic c and c++ programming... (3 Replies)
Discussion started by: senthil.march
3 Replies

2. Programming

Hash tables concepts

How hash tables are used to quickly locate a data record? (4 Replies)
Discussion started by: rupeshkp728
4 Replies

3. Solaris

RAID concepts.

can anyone explain me the RAID concepts clearly. I studied some book bt i didnt get any clear idea. (4 Replies)
Discussion started by: rogerben
4 Replies

4. Programming

Performance engineering concepts

Hello, I would like get idea about performance enginering from basic to advanced level. Do anyone know a place where i can find some videos related to performance engineering ? (5 Replies)
Discussion started by: shafi2all
5 Replies

5. Linux

Help regarding understanding of i18N and L10N concepts

Hi everyone, I would like to have good understanding of i18N & L10N implementations in Linux. What does it mean actually,interms of software development? Where it is used and how it is used? It would be more helpful to me, if anyone send me the links to "basics of i18N... (0 Replies)
Discussion started by: Aeon
0 Replies

6. AIX

Confused with File System Concepts

Hello, I've been reading the AIX 5.1 System Concepts PDF but I'm still confused about some file-system concepts and their relationships. What is the 'allocation group size'? How are 'disk allocation unit'/'fragment size', NBPI and 'allocation group size'? And how are the above three... (2 Replies)
Discussion started by: quickfirststep
2 Replies
Login or Register to Ask a Question