semaphores in Solaris vs Linux

  • Follow


Hello again.
I think I found place in our code which works on Linux but doesn't work 
correctly on Solaris/Sparc - it's semaphore.
We use sem_init/sem_destroy/sem_wait/sem_post style semaphores.
Are there any differences between Linux and Solaris here?
0
Reply ISO 11/9/2005 12:24:37 PM

On Wed, 09 Nov 2005 13:24:37 +0100 Jacek Popławski <jpopl@interia.pl> wrote:
> Hello again.
> I think I found place in our code which works on Linux but doesn't
> work correctly on Solaris/Sparc - it's semaphore.
> We use sem_init/sem_destroy/sem_wait/sem_post style semaphores.
> Are there any differences between Linux and Solaris here?

Almost certainly.

But also almost certainly, the problem is in your application.  Perhaps
you knew that already.  You probably need to be more descriptive to get
a good answer.

-frank
0
Reply Frank 11/9/2005 8:05:47 PM


1 Replies
408 Views

(page loaded in 0.096 seconds)

Similiar Articles:













7/26/2012 3:39:52 AM


Reply: