From owner-freebsd-stable Wed May 29 12:51:15 2002 Delivered-To: freebsd-stable@freebsd.org Received: from hostname.org (200-161-76-110.dsl.telesp.net.br [200.161.76.110]) by hub.freebsd.org (Postfix) with SMTP id 388D537B403 for ; Wed, 29 May 2002 12:51:08 -0700 (PDT) Received: from [192.168.1.2] by core.hostname.org Message-ID: <3CF53129.6040903@hostname.org> Date: Wed, 29 May 2002 16:51:05 -0300 From: Fabio Yasusi Yamamoto User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020510 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Subject: pthreads + msgrcv Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i'm trying to use "pthread" with "ipc messages". For a reason I don't know it stops ( block )the entire process. I?ve read that it happens because of the pthreads implementation, wich is "user level" and not "Kernel level". I already solved this problem using IPC_NOWAIT, but it's not a good way. Does anybody knows another way I can solve it? There are plans to freebsd implement this as kernel level? thx! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message