Macromedia flash media server 2-server-side actionscript language reference Benutzerhandbuch

Seite von 74
38
Server Management ActionScript Language Reference
If the call fails, the server sends a reply information object with a 
level
 property of 
error
 
and a 
code
 property of 
NetConnection.Call.Failed
 or a more specific value, if available. 
Some objects might also have a 
description
 property that contains a string describing the 
cause of the failure.
max_connections
Number; maximum number of socket connections allowed, which is 
determined by license family.
If you have more than one license, this number is the sum of the 
max_connections
 values of all your licenses.
max_adaptors
Number; maximum number of adaptors (network cards) that you can 
configure for the server, which is determined by license family. If the 
license family is Personal, the value of 
max_adaptors
 is 1. 
max_vhosts
Number; maximum number of virtual hosts allowed, which is 
determined by license family. If the license family is Personal, the value 
of 
max_vhosts
 is 1. 
max_cpu
Number; maximum number of CPUs allowed, which is determined by 
license family.
If this number is greater than 1, you can run the server on multiprocessor 
computers.
max_bandwidth
Number; maximum bandwidth, in megabits per second. If you have 
multiple licenses, this number is the sum of the 
max_bandwidth
 values of 
all your licenses.
key_details
Array; contains the information for each license key. If you have more 
than one license key, there is one array element for each license key. 
Each array element is an object that contains the following properties:
key
: String; license key as set in Server.xml.
type
: Number; 0=Commercial, 1=Educational.
family
: Number; 0=Personal, 1=Professional.
edition
: Number.
max_connections
: Number; maximum socket connections allowed for 
this license.
max_adaptors
: Number; maximum adaptors (network cards) allowed for 
this license. If the license family is Adaptor, this value is 1.
max_vhosts
: Number; maximum number of virtual hosts for each 
adaptor, for this license. If the license family is Personal, this value is 1.
max_cpu
: Number; maximum number of CPUs allowed. If this number is 
greater than 1, you can run the server on multiprocessor computers.
max_bandwidth
: Number; maximum bandwidth, in megabits per second.
product_code
: Number; determined by license family.
valid
: A Boolean value; 1=
true
, license is valid; 0=
false
, license is 
invalid. 
Property Description