Search Results

Search: Posts Made By: parusasi
Forum: Programming 02-04-2011
8,839
Posted By parusasi
I am using Strace. i had attached the report with...
I am using Strace. i had attached the report with the first post. I tried msgget insted of mq_open and it is working perfectly fine. Can you please tell me the difference between both?
Forum: Programming 02-03-2011
8,839
Posted By parusasi
Hi, @Corona688: Yes you are ryt. when i tried...
Hi,
@Corona688: Yes you are ryt. when i tried in a seperate it is working perfectly fine. So now how can i debug it. it is code base of more than 500 classes. So can you please suggest some insights...
Forum: Programming 02-02-2011
8,839
Posted By parusasi
Hi All, Thanks for your time and valuable...
Hi All,
Thanks for your time and valuable suggestions. For the last few days i was out of station. So could not reply to your post. Sorry for the delay in my response.
@Corona688 : I tried using...
Forum: Programming 01-28-2011
8,839
Posted By parusasi
@Corona688: I also got the same doubt, so I tried...
@Corona688: I also got the same doubt, so I tried removing O_CREATE with O_EXCL; but that also dint work:(
@DGPickett: Sorry I dint get you fully. Can you please elaborate a little more?

Once...
Forum: Programming 01-27-2011
8,839
Posted By parusasi
Hi All, Thanks for your time. Pls help me to...
Hi All,
Thanks for your time. Pls help me to solve it out.

I am not calling utimes(), i am calling only mq_open(), but in the strace report i am getting it as utime() returns BAD DESCRIPTOR...
Forum: Programming 01-25-2011
8,839
Posted By parusasi
utime returning -1 BAD File DEscriptor
Hi All,
First of all thanks for reading this post.
In my application, I am trying to create a new message queue . I am attaching the code below.
mqd_t mqopen2(const char * pName,
...
Forum: Programming 11-15-2010
12,354
Posted By parusasi
Hi Loic, I tried to write a simple program by...
Hi Loic,
I tried to write a simple program by just calling the mq_open method.. then also i am getting the same error. Thank you for your valuable time..Kindly help me to get out of this.. One thing...
Forum: Programming 11-12-2010
12,354
Posted By parusasi
Hi, Quoting from the post "What OS are you...
Hi,

Quoting from the post "What OS are you using?
- Try looking at the documentation for mq_open for your OS. It should detail what conditions cause the EFAULT error.
- Also, did you try...
Forum: Programming 11-12-2010
12,354
Posted By parusasi
Thank you for time, I am giving below the code...
Thank you for time,
I am giving below the code snippet which i use.

oflags = 0;
oflags |= (Flags & MQ_READ)?(O_RDONLY):(0);
oflags |= (Flags & MQ_WRITE)?(O_WRONLY):(0);
oflags |= (Flags...
Forum: Programming 11-11-2010
12,354
Posted By parusasi
Hi Loic, Thanks for your help. i am calling the...
Hi Loic,
Thanks for your help. i am calling the method as below
mq_open( "/iothreadNewTest", oflags,(S_IRUSR | S_IWUSR),NULL)
So in this case can it be because of that?
Forum: Programming 11-10-2010
1,986
Posted By parusasi
Hi , A singleton class means you instantiate...
Hi ,
A singleton class means you instantiate only one object of that class at a time. For example if you want to make an application in such a way that only one instance of that exe should execute...
Forum: Programming 11-10-2010
12,354
Posted By parusasi
creating a message queue using mq_open
Hi all,
First of all thanks in advance for reading my post and for your heart for helping me.

I am trying to create a message queue using mq_open(name,oflags,mode_t,attr) method. But that...
Showing results 1 to 12 of 12

 
All times are GMT -4. The time now is 12:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy