PDA

View Full Version : Processes


  1. Welcome to the UNIX Processes forum
  2. How to daemonize a server
  3. Some IPC mechanisms
  4. daemon and no daemon
  5. see shared memory with ipcs
  6. Simple Semaphore Stuff
  7. "Empyting" a socket
  8. How to check that only istance of process run.
  9. Maximum or Optimal Number of Threads
  10. cpu time
  11. what is the meaning of process time
  12. Curious behavour with accept() and user signal
  13. Defunct process
  14. core dump
  15. basics of fork and execl
  16. improper termination of child process
  17. How to create a dameon process?
  18. webserver - fork on the fly?
  19. program exits when turn on alarm
  20. killing processes in 'DW' status
  21. communicating betwwen programs
  22. about fork and select
  23. please help with shell programming
  24. Zombies
  25. Giving names to children
  26. Piping between processes
  27. problems when exiting a process...
  28. debbuging with strace - segmentation fault
  29. Semaphores and EINTR
  30. Shared Memory usage
  31. fork and shared data
  32. Measuring memory usage of a process
  33. What does it mean ?
  34. problem in requesting information from a terminal device
  35. How to get list of child processes???
  36. socketpair problem
  37. Can we use sigqueue() for specific thread?
  38. How to find processID ???
  39. Kill child process
  40. how am i supposed to do this??
  41. /Proc flags doesn't work
  42. Libexpect
  43. IPC : message queue problem
  44. shmat : permission denied
  45. How to change argv[] ?
  46. problem: RSS size is large
  47. Init state level
  48. how to solve DEADLOCK
  49. measure CPU usage
  50. fork in nested loop
  51. Multiple processes using fork()
  52. C Unix Client Server message queing
  53. IPC using pipe with poll
  54. Time zone and daylight saving time
  55. forwarding socket connection to parent process?
  56. Process fork
  57. Forking in a loop
  58. Software clock
  59. Bidirectional pipes
  60. Memory increasing
  61. Problem with file transfer thru socket using sub-function method
  62. howto get list of running processes?
  63. Fifo
  64. Consecutive writes to FIFO
  65. How can I invoke multiple processes in main function?
  66. exit() will dlclose() my libs ?
  67. What happens when process consume all memory
  68. mq_open too many files
  69. System V semahore deadlock
  70. Troubles with child processes
  71. daemon control
  72. How to run three different resultsets in three different processes
  73. How to run three concurrent processes ?
  74. Use sem_open?
  75. shared memory ?
  76. c processes
  77. how do i know the pid of a daemon launched by shell script?
  78. Finding out who used to be the zombie...
  79. unix signals
  80. shared list without synchonization?
  81. Problem in executing an operation in child process
  82. Interprocess communication via shared memory and semaphores
  83. Signal begginer
  84. wait and waitpid
  85. how to get threadpid?
  86. Can I use fcntl to block portion of sysv shared memory?
  87. shm_unlink
  88. Client connect to multiple servers
  89. send() and recv() question
  90. main program died during fork
  91. caching executables (elf) binaries?
  92. Solaris10 - kvm_open failed
  93. 32 bit /64 bit applications
  94. How can i make a process Daemon?
  95. process communication
  96. Attach to shared memory increases process siz
  97. Socket Server PHP Daemon overflowing...
  98. Process size and performance
  99. vfork problem
  100. zombie state
  101. exec function
  102. shell process
  103. sigsuspend
  104. kill function
  105. system function
  106. How to _spy_ a socket file?
  107. Child process id 0
  108. automatically remove semaphore on process crash?
  109. shared memory, send struct
  110. correct way to delete a shared memory segment
  111. shared mem: how to know when the other process is not alive
  112. Process freeze
  113. signal 6 - Abort signal when running a process
  114. Guaranteed auto-cleanup of grandchild processes?
  115. fork() vs setlinebuf()
  116. mprotect() all process but a buffer
  117. Message queue
  118. readprocess memry data structures.
  119. a pipe between two childs
  120. semaphore help
  121. IPC Documents/Tutorial
  122. Any good way to monitor pty usage on MacOS/X?
  123. proccess prioritization !!
  124. System V semphore and shared memory
  125. get cpu usage for a process?
  126. Inter-Process Communication
  127. read and write to process from C
  128. setting up a signal to be delivered at a specified local time
  129. processes using fork
  130. Shared memory segment
  131. shared memory
  132. semaphores
  133. write into shared memory segment
  134. Inter processor communication
  135. Unix Domain Sockets and writev questions
  136. Options for robust process cleanup?