How to debug message passing based multiprogramming program?

1999-06-25 Thread miaobo
my question but I don't know better ones. Thanks for reading this. miaobo To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re:Re: Code

1999-12-22 Thread miaobo
Can you tell me what does "process migration" mean? Thanks! To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re:Re:Re: Code

1999-12-22 Thread miaobo
Thanks for your immediate response. From your description the concept seems like distributed-computing related issue, is that true? I am wondering what is it's exact uses? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

ASYCH/message-based programming style

1999-12-22 Thread miaobo
Hi gurus: I am sorry this may be off-topic: I think, compared to the application programming style of Win32, which is asychronize and event/message based, application developing under UNIX is so different. Here under UNIX, I guess the programmers need to take care of all sychronization IPC

Re: ASYCH/message-based programming style

1999-12-22 Thread miaobo
Thanks for your immediate response: It enlights me of some principles to access event driven programming library. But I can't imagine what the primitives you mentioned would like, can you give a breif list of them? Or, can you indicate what part of X window code that I can learn of how to bu

´ð¸´:Re: ASYCH/message-based programming style

1999-12-22 Thread miaobo
hehe, I forgot this is BSD list that all IPC topics can be done with the control of various file descriptors that can be manipulated by select(). No need of SYSV ipc method maybe. :-) But for signal handling, it's somehow different, e.g. I have 10 processes that need 10 indidual ASYCH timers,