Glossary:
Nirvana Enterprise Manager - JavaScript Interface Panel
Nirvana HTTP and HTTPS (nhp and nhps) interfaces have configuration options specific to their communication with web clients using JavaScript. These options are accessible through the JavaScript panel when viewing an nhp or nhps interface.
The Interface Panel
JavaScript Interface Properties
Option Name |
Description |
| Enable WebSockets | Toggles the ability for clients to communicate with the server using the HTML WebSocket Protocol on this interface |
| Enable Comet | Toggles the ability for clients to communicate with the server using Comet streaming on this interface |
| Ajax LP Active Delay | The time between clients sending long poll requests to the server in milliseconds. Reducing this may reduce latency up to a certain threshold but will increase both client and server memory,cpu and network usage. |
| Ajax LP Idle Delay | The time between clients sending long poll when the client is in idle mode. A client is put in idle mode when no communication takes place between client and server for a period of time. Reducing this may improve the response time of clients who communicate infrequently with the server but both client and server memory, cpu and network usage will increase. |
| Initial JavaScript | JavaScript code which will be executed by the client on page load. |
| Custom Header Config | Header Key/Value pairs which are sent in the HTTP packets to the client. |
