33 lines
1.0 KiB
XML
33 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<configSections>
|
|
<section name="superSocket"
|
|
type="SuperSocket.SocketEngine.Configuration.SocketServiceConfig, SuperSocket.SocketEngine" />
|
|
</configSections>
|
|
|
|
<superSocket xmlns="http://schema.supersocket.net/supersocket"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://schema.supersocket.net/supersocket http://schema.supersocket.net/v1-6/supersocket.xsd"
|
|
performanceDataCollectInterval="3">
|
|
|
|
<servers>
|
|
<server
|
|
name="ZxServer"
|
|
serverTypeName="ZxServerType"
|
|
ip="127.0.0.1"
|
|
port="8899"
|
|
keepAliveTime="1"
|
|
keepAliveInterval="1"
|
|
maxConnectionNumber="20000"
|
|
clearIdleSession="false"
|
|
maxRequestLength="99999"
|
|
textEncoding="UTF-8">
|
|
</server>
|
|
</servers>
|
|
|
|
<serverTypes>
|
|
<add name="ZxServerType" type="WX.CRM.DataSynServer.Socket.ZxServer, WX.CRM.DataSynServer"/>
|
|
</serverTypes>
|
|
|
|
</superSocket>
|
|
</configuration> |