HP and Citrix: Delivering the Citrix Access Suite on industry-leading HP ProLiant ser


 
Thread Tools Search this Thread
Operating Systems HP-UX HP Server News and Podcasts RSS HP and Citrix: Delivering the Citrix Access Suite on industry-leading HP ProLiant ser
# 1  
Old 09-09-2008
HP and Citrix: Delivering the Citrix Access Suite on industry-leading HP ProLiant ser

HP discusses latest innovations to come from the collaborative efforts of HP and Citrix. By working together, these companies have invested significant resources in testing new technologies to shorten implementation cycles and save money for joint customers using the new and powerful x64 and dual-core technology. I'm here today with Allen Northcutt, HP Citrix Team leader to discuss some of the advances to come from this long-term and important relationship. Please note that all internal HP podcasts are "HP Restricted", and not for distribution outside of HP.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

What is the difference between XDM and Citrix

Hi all, I have remote 2Mbs connection to server. I am wondering - what is the difference (i mean - transferring data) between Citrix sessions and XDMCP? Why I can connect to server using Citrix and when clicking to open some application its opening fast, but when i am clicking to open same... (1 Reply)
Discussion started by: nypreH
1 Replies

2. UNIX for Dummies Questions & Answers

What is the difference between XDM and Citrix

Hi all, I have remote 2Mbs connection to server. I am wondering - what is the difference (i mean - transferring data) between Citrix sessions and XDMCP? Why I can connect to server using Citrix and when clicking to open some application its opening fast, but when i am clicking to open same... (0 Replies)
Discussion started by: nypreH
0 Replies

3. Solaris

Citrix cannot accept any connections in solaris 9

We have installed Citrix server in Solaris 9 (Sparc Ultra45), we are able to connect from windows workstations to Citrix Server. But today Suddenly we got the error Citrix server cannot accept any connections. I am not aware of citrix server, All citrix user Please help me in this regard what... (1 Reply)
Discussion started by: durgaprasadr13
1 Replies

4. Solaris

Citrix on Solaris

I am getting the following message "Failed to establish all listening sockets" also /tmp/.X11-pipe gets to about 50 entries and then I can't start any more Citrix sessions until I manually remove those entries. Any ideas? (3 Replies)
Discussion started by: pgsanders
3 Replies

5. UNIX for Advanced & Expert Users

Unix Citrix font problem

Hello world! I have a problem with my solaris 8 and 9 machines running Citrix server, the fonts in X applications are hard to read and faulty scaled. Anybody know how to turn om some kind of anti-aliasing or font smoothing? /David (0 Replies)
Discussion started by: Esaia
0 Replies

6. Programming

Citrix Library for UNIX

Hi All Does anyone knows of a library that I can use to write UNXI programs that interact with Citrix Server ? (0 Replies)
Discussion started by: ditaru
0 Replies

7. UNIX for Dummies Questions & Answers

Looking for something like Citrix for *nix

Hi, I don't mean the client.... I mean the server - I have the client to connect to a windows citrix server already. The next best thing I can use at present is VNC (I only want remote desktop, not application sharing specifically). The thing with VNC is that when you go on you are... (3 Replies)
Discussion started by: d11wtq
3 Replies
Login or Register to Ask a Question
libloginhelper(3)						C Library Functions						 libloginhelper(3)

NAME
libloginhelper - Login-Helper library for assistive technologies DESCRIPTION
An interface for use by assistive technologies by which they can access system information and services on a 'need to know' basis while the screen is locked, during user authentication, or during other sensitive operations. This interface is intended for use by assistive technologies and related user-enabling services, and by applications and utilities which may wish to restrict access to certain system devices and services during security-sensitive states, e.g. when the screen is locked or dur- ing authentication into some secure service. Such 'applications' (for instance, screen lock dialogs and security-enabled web browsers) use the LoginHelper client interfaces, and the bonobo-activation query service, to query for assistive technologies which advertise the LoginHelper service. The client then queries these assistive technologies for their device I/O requirements, via the getDeviceReqs call. The client may then issue the advisory request set- Safe (TRUE), which requests that the LoginHelper -implementing service make a best-effort attempt to make itself more secure (for instance, an onscreen keyboard might turn off word prediction, and a screenreader may turn off keyboard echo via speech). The return value of setSafe is an advisory indication of whether this attempt was successful (no specific guarantees are implied). Once the 'security sensitive' state is exited, the client should call setSafe (FALSE). The return values from getDeviceReqs inform the client of which services the LoginHelper service (e. g. assistive technology) needs in order to do its job. The client may use this information to loosen any restrictions on access which it may currently have in place (for instance, keyboard grabs, etc.). If it does not do so, the likely outcome is that the end-user will experience loss of access to the sys- tem. Additional information is also available from the following site: http://www.gnome.org/~billh/at-spi-idl/html/classAccessibility_1_1LoginHelper.html FILES
The following files are used by this library: /usr/lib/libloginhelper.so Login-Helper library for assistive technologies ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-a11y-libs | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
libatk-1.0(3), libcspi(3), attributes(5), gnome-interfaces(5) NOTES
login-helper module is in at-spi package. SunOS 5.11 7 Aug 2008 libloginhelper(3)