![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with signal() | narendra.pant | High Level Programming | 10 | 11-16-2007 01:06 AM |
| Signal Problem | jacques83 | High Level Programming | 5 | 11-17-2006 12:30 AM |
| I have a problem using signal SIGUSR2 | khan_069 | UNIX for Advanced & Expert Users | 3 | 03-23-2006 06:35 PM |
| Having problem with FreeBSD 5.3 | GarbageKing | BSD | 4 | 02-15-2005 09:07 AM |
| FreeBSD problem | Mincuslcd | UNIX for Dummies Questions & Answers | 1 | 04-12-2004 10:22 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
[Problem] raise a signal in FreeBSD
I am trying to send a SIGUSR1 to a set of process. Please tell
me how to do. I've tried the system call raise(int sig) but it just raise a signal of to the 'current process.' My program is about a network chat server. When a client connects in, The main process will fork a new process to handle the client. Now the problem comes, assume I'm in some client process now, and I want to send a signal that all the other client processes can get it. If I use rasie(), only the current client process will get it. Is there any way that I can do? Thanks for help ![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|