public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* query...
@ 2005-08-09 10:28 raja
  2005-08-09 10:40 ` query Nikhil Dharashivkar
  2005-08-09 10:58 ` query Sudheer
  0 siblings, 2 replies; 9+ messages in thread
From: raja @ 2005-08-09 10:28 UTC (permalink / raw)
  To: linux-kernel

   Hi,
      I am Creating a posix message queue using the following code.


#include <stdio.h>
#include <stdlib.h>
#include <mqueue.h>
#include <errno.h>
#include <string.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>

int main(int argc,char *argv[])
{
    mqd_t mq_des;
    mq_des = mq_open(argv[1],O_CREAT | O_RDWR | O_EXCL,S_IRUSR | S_IWUSR 
| S_IRGRP | S_IROTH , NULL);
    if(mq_des < 0)
    {
        printf("Unable To Create MsgQ\n");
        perror("mq_open");
        return mq_des;
    }
    printf("MsgQ is Opened With Descriptor : %d\n",mq_des);
    return mq_des;
}


and I after compiling I am giving

./a.out /root/Desktop/msgq1


But It is giving as unable to create message queue and showing error as
'permission denied'

Would you please help me.

^ permalink raw reply	[flat|nested] 9+ messages in thread
* query
@ 2011-05-18 20:42 Filip, Anotonov
  0 siblings, 0 replies; 9+ messages in thread
From: Filip, Anotonov @ 2011-05-18 20:42 UTC (permalink / raw)
  To: katariqvn

Dear Sirs,

Our company is proud to offer new Business Directories from Russia, Eastern and Western-European countries.

Also we offer a database with contact details of Russian billionaires.

You can find detailed information about our products at our web site.

Sincerely,

Filip, Anotonov,
Zakmedia, Russia.

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Query
@ 2011-03-16  9:35 snmp snmp
  2011-03-16 11:54 ` Query Alan Cox
  0 siblings, 1 reply; 9+ messages in thread
From: snmp snmp @ 2011-03-16  9:35 UTC (permalink / raw)
  To: linux-kernel

Hi ,
     Me and my friends are working on a new concept.
     Idea is to run different kernels on different cores in a
multicore architecture. Each kernel is performing logically different
tasks. We believe to improve the cache performance and reduce cpu idle
time. This concept can be applied to filers , graphics processing
systems , embedded systems.
     Our implementation is on Intel core 2 duo machine. So far our
implementation includes running two kernels simultaneously (one on
each core) , handling hard-disk on one core and ethernet on another
core so as to divide the network and disk subsystem.

     But here we are unable to measure the performance. Can u please
suggest any method to measure the performance in terms of throughput
and response time?

     Thank you.

^ permalink raw reply	[flat|nested] 9+ messages in thread
* query
@ 2001-06-02 10:08 Chanchal Chawla
  2001-06-03 14:42 ` query Andreas Dilger
  0 siblings, 1 reply; 9+ messages in thread
From: Chanchal Chawla @ 2001-06-02 10:08 UTC (permalink / raw)
  To: linux-kernel

Hi All,
  
    i'm writing a file system code, i've a query regarding that, i want you
to help me out if possible, 
  
    is it possible to get the absolute mount point of a device at run time
in that code ? if it is possible then how we can get it ?

    i'll be thankful.
   
Regards
Chanchal

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-05-18 19:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-09 10:28 query raja
2005-08-09 10:40 ` query Nikhil Dharashivkar
2005-08-09 10:58 ` query Sudheer
  -- strict thread matches above, loose matches on Subject: below --
2011-05-18 20:42 query Filip, Anotonov
2011-03-16  9:35 Query snmp snmp
2011-03-16 11:54 ` Query Alan Cox
2011-03-17 12:04   ` Query snmp snmp
2001-06-02 10:08 query Chanchal Chawla
2001-06-03 14:42 ` query Andreas Dilger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox