Products  | Support & Services  | News & Events  | Partners  | Policies  | Global Sites
Home > Support > Hummingbird Connectivity Products > Exceed >  Undocumented flags for XDK 6.1.1 Print View   Contact Me
Connectivity Support


Undocumented flags for XDK 6.1.1
DISCUSSION

Undocumented flags for XDK 6.1.1

RESOLUTION

Move Hummingbird Neighbourhood back to the desktop.

ACTION

This is an explanation for the 3 new XDK flags.

RunXServerIPAddr

With this flag you can specify local host name to start the server automatically. For example you can specify it as "127.0.0.1".

XServerConnectionRetries

This flag specifies a number of attempts to establish connection to the server. By default an app will try to do it 3 times.

MultiThreadAlert.

MultiThreadAlert undocumented flag (string) was created recently to deal with some MultiThread app problems. It can have 3 values.

Can be used when an app has multiple threads and some problem with executing like sticking till mouse is moved. In such cases the flag should be set as "1". All flags can reside under "Exceed" or "Xdk" keys. All flags have a string value.

First (default) is "0" and means: do nothing.

Second is "1" and means: be ready for XtAppAddInput or XtAppAddTimeOut which is set by another thread.

Third is "2" which combines Second one plus protection from sticking when there is no X event data to read.