[osol-discuss] X11 With Multi thread

2010-12-15 Thread Debabrata Debroy
Hi I want to use X11 in a multi threaded Application . I have attached a code that I have written to achieve it .Basically From main function I am calling a callback function fun() which will create a thread add(). From the thread I am again creating a callback function AddCB. My doubt is

Re: [osol-discuss] X11 With Multi thread

2010-12-15 Thread Debabrata Debroy
Can you please comment out XtAppProcessEvent from add and sub function On Wed, Dec 15, 2010 at 11:56 PM, John Martin john.m.mar...@oracle.comwrote: On 12/15/10 12:55 PM, Debabrata Debroy wrote: Hi I want to use X11 in a multi threaded Application . I have attached a code that I have

Re: [osol-discuss] X11 With Multi thread

2010-12-15 Thread Debabrata Debroy
Hi Can you please comment out XtAppProcessEvent from function Add and sub and try it . -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] X11 XtAppAddTimeOut is not working properly.

2010-11-22 Thread Debabrata Debroy
I have changed the setting by enabling set hires_tick=1 and it was working fine.Fun was getting called even within 1 milli second. Can you please suggest whether it will have any performance impact or not . -- This message posted from opensolaris.org

Re: [osol-discuss] X11 XtAppAddTimeOut is not working properly.

2010-11-22 Thread Debabrata Debroy
Hi John it is working fine with the changes .Can you please tell what will be the performance impact of this On Mon, Nov 22, 2010 at 5:31 PM, John Martin john.m.mar...@oracle.comwrote: On 11/22/10 12:25 AM, Alan Coopersmith wrote: I believe Linux defaults to a higher resolution timer,

Re: [osol-discuss] X11 XtAppAddTimeOut is not working properly.

2010-11-22 Thread Debabrata Debroy
Hi We cant use QT or GNOME here as we are using Xorgs ... Is there any way you can suggest to verify to check the performance impact . -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list

Re: [osol-discuss] X11 XtAppAddTimeOut is not working properly.

2010-11-22 Thread Debabrata Debroy
I mean we are not in position to deploy a QT framework into the production machine only for these purpose . -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] X11 XtAppAddTimeOut is not working properly.

2010-11-21 Thread Debabrata Debroy
Hi All I have written Following program so that fun() gets called by every 10 mili seconds.But after executing the program I Found its calling the function after 20 mili seconds.If I specify timeinterval as 20 mili second in XtAppAddTimeOut function its calling fun method after 30 mili

[osol-discuss] TCP fusion Parameters

2010-10-29 Thread Debabrata Debroy
Hi, what happened to the TCP fusion tunables in Latest OpenSolaris? The variable I can find via mdb on Solaris 10, tcp_fusion_rcv_unread_min.Are these parameter are still available in Latest Solaris .Did the counter of outstanding writes without a read get removed. So does it it means it is

Re: [osol-discuss] TCP fusion Parameters

2010-10-29 Thread Debabrata Debroy
Also I want to know by setting tcp_fusion_rcv_unread_min=0 how it will impact the performance -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] TCP fusion Parameters

2010-10-29 Thread Debabrata Debroy
What is the perofrmance impact of the setting tcp_fusion_rcv_unread_min=0.Because its a system wise setting.So will it effect the overall performance . -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list