CN102316160B - Website system and communication method thereof - Google Patents

Website system and communication method thereof Download PDF

Info

Publication number
CN102316160B
CN102316160B CN 201110223395 CN201110223395A CN102316160B CN 102316160 B CN102316160 B CN 102316160B CN 201110223395 CN201110223395 CN 201110223395 CN 201110223395 A CN201110223395 A CN 201110223395A CN 102316160 B CN102316160 B CN 102316160B
Authority
CN
China
Prior art keywords
application server
server
service request
php
application
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN 201110223395
Other languages
Chinese (zh)
Other versions
CN102316160A (en
Inventor
王伟
黄国宏
潘年华
晏利平
周平
王海
李晓鹏
胡海
李锐
曾精石
杨晓东
向万里
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guiyang Longmaster Information and Technology Co ltd
Original Assignee
Guiyang Longmaster Information and Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guiyang Longmaster Information and Technology Co ltd filed Critical Guiyang Longmaster Information and Technology Co ltd
Priority to CN 201110223395 priority Critical patent/CN102316160B/en
Publication of CN102316160A publication Critical patent/CN102316160A/en
Application granted granted Critical
Publication of CN102316160B publication Critical patent/CN102316160B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a website system and a communication method thereof, which are used for solving the problems of inconvenience in extending, low carrying access amount, low access efficiency and the like. The website system disclosed by the invention comprises a WEB server for displaying a PHP (Hypertext Preprocessor) page and an application server group which is separated from the WEB server, wherein the application server group at least comprises two stages of servers of which the codes are written in a C language and a database connected with the two stages of servers; a first-stageserver is an access server which is mainly used for distributing an application server to a service request; a second-stage server consists of two or more application servers classified according to functions; the application server group is connected into a local area network; the WEB server is communicated with a PHP interpreter; the PHP interpreter is communicated with a PHP extension module; and the PHP extension module is communicated with an access server of the application server group.

Description

Web station system and communication means thereof
Technical field
The present invention relates to networking technology area, relate in particular to the method and system that a kind of PHP of use expansion technique is realized website and the high concurrent communication of server and extensible mechanism.
Background technology
PHP(Hypertext Preprocessor is adopted in current large-scale community website service mostly, supertext preliminary treatment language)+the mysql mode realizes, the PHP page is presented function to the WEB server and the service application function is integrated in one, and exists at least by this framework of practice discovery for many years and can not arbitrarily expand limitations such as self-defining application, carrying visit capacity and access efficiency are low.
Summary of the invention
Main purpose of the present invention is to disclose a kind of web station system and communication means thereof, is used for solving existing web station system and is not easy to problems such as expansion, carrying visit capacity and access efficiency are low.
For reaching above-mentioned purpose, the present invention discloses a kind of web station system, comprises the WEB server that presents for the PHP page and the application server cluster that separates with it; Described application server cluster is made up of the two levels server of C language compilation and the common database that connects thereof code at least, the first order is the access server that is mainly used in to the service request distributing application servers, the second level is the two or more application servers by the function classification, and described application server cluster connects into a local area network (LAN); Wherein said WEB server and PHP interpreter establish and communicate to connect, and described PHP interpreter and PHP expansion module establish and communicate to connect, and the access server of described PHP expansion module and described application server cluster establishes and communicates to connect.
According to above-mentioned web station system, the present invention also discloses a kind of communication means of correspondence with it, may further comprise the steps:
The user sends service request by the PHP page;
WEB server calls PHP interpreter is to explain this service request;
Described PHP interpreter calls the PHP expansion module and converts this service request to service request that application server cluster can be identified;
Described PHP expansion module is selected an access server and is distributed described service request from described application server cluster, and sends service request after the conversion to this access server;
This access server is selected the described service request of an application server processes according to the type of service request;
After finishing dealing with, this application server returns to the PHP page with result along the reverse path of described service request.
Compared with prior art, web station system disclosed by the invention and communication means thereof have the following advantages at least:
1, because the efficient of the code of C language compilation is the highest in the code of all language compilation, and ripe code also is maximum, can expand also is the most flexibly; Therefore background server adopts the code of C language compilation to improve communication and data processing efficiency in the web station system framework disclosed by the invention, for the stable operation of web station system provides guarantee, has reduced the cost of safeguarding.
2, the service application function is separated from the WEB server, and adopt the code of C language compilation to realize, and come communicating by letter between bridge joint background application server cluster and the WEB server by the PHP expansion module, when the user increases a self-defined application newly, only need in application server cluster, increase an application server newly and just become; And the PHP expansion module need not especially to know the backstage is how to carry out data to handle.Therefore this framework is that the expansion of business function provides great convenience.
3, because the load of the application server cluster on backstage is extendible, and also have high concurrent characteristic based on the WEB server of PHP, and the application server cluster on backstage can alleviate the service processing pressure of separate unit application server by load-balancing mechanism, thereby makes web station system disclosed in this invention and communication means thereof satisfy big capacity, high concurrent and high efficiency requirements for access.
4, because the present invention adopts the application server cluster request of managing business, so long as not whole application servers machine of delaying that breaks down, then can guarantee the stable operation of whole system by the coordination mechanism between fault detect, Restoration Mechanism and the application server of server cluster inside.
5, web station system disclosed in this invention presents the PHP page in the PHP+mysql framework that function and service application function are integrated in one than existing WEB server, the conversion link of user's request is more diversified, the processing mode of background server is also more diversified, be example with related data in the storehouse of asking to read and write data according to the user, then the arbitrary server in this server cluster can carry out respective handling to this user's request, and the related data of handling can be buffered in this locality earlier, with alleviation data of database processing pressure, thereby make this web station system flexibility height, treatment effeciency is corresponding raising also.
Description of drawings
Fig. 1 is the Organization Chart of the disclosed web station system of the embodiment of the invention;
Fig. 2 is the communication means flow chart of the disclosed a kind of web station system of the embodiment of the invention.
Embodiment
The invention provides a kind of high concurrent, extendible web station system and communication means thereof, below in conjunction with Figure of description the specific embodiment of the present invention is elaborated.
Embodiment one
As shown in Figure 1, web station system disclosed by the invention comprises: based on the WEB server 1 of PHP, and PHP expansion module 2 and application server cluster 3.Wherein:
It is the online application service of finishing its specific business needs of being issued by enterprise for WEB server 1(, other companies or application software can visit and use this online service by Internet), being used for the PHP page presents and receives the user by PHP(Hypertext Preprocessor, supertext preliminary treatment language) service request of page transmission; In the present embodiment, this WEB server 1 also embeds the PHP interpreter, and this PHP interpreter is used for carrying out the PHP program, and PHP is generated HTML(Hyper Text Mark-up Language, HTML or HTML); When the user sent service request by the PHP page, this WEB server can call this service request of PHP interpreter interprets.In other embodiments, this this PHP interpreter also can be deployed on another server that separates with the WEB server, and this kind conversion belongs to protection scope of the present invention too.
PHP expansion module 2 is used for finishing communicating by letter between WEB server 1 and the application server cluster 3 jointly with the PHP interpreter, with conversion and the transmission of realization service request, data.In the present embodiment, this PHP expansion module 2 is mainly used in converting the service request that the PHP interpreter interprets goes out to service request that application server cluster 3 can be identified, and this request after will changing is transmitted to the application server cluster 3 on backstage; And convert the result that application server cluster 3 returns to content that the PHP page can present, and the result after will changing is transmitted to WEB server 1.
Application server cluster 3, comprise the access server 31,32, the database 33(that connect into a local area network (LAN) comprise according to data structure organize, the database server of storage and management data) and application server 35,36,37,38.Wherein this access server 31,32 is used to the service request distributing application servers, and finishes with PHP expansion module 2 and to communicate by letter, and is the first order server of this application server cluster.In the present embodiment, be shared as target with file data, need and will deposit in the computer for many shared files of computer in the local area network (LAN), this computer just is called as the file-sharing service device.Wherein, the switch/router in this document share service device and the local area network (LAN) is all not shown in Fig. 1, and this is all the prior art of building local area network (LAN) that those skilled in the art can realize easily, does not give unnecessary details at this.
In the present embodiment, above-mentioned access server 31,32 is mainly used in the application server of allocation process service request; When distributing application servers, can distribute according to the type of service request, be example with a voice-enabled chat chamber web station system, the service request from user type includes but not limited to following several:
Logging in chat room, authentication, read-write user materials for registration looks for the people to chat, service request types such as chatroom management.
For this reason, in the disclosed application server cluster of present embodiment, will handle the application server of different kinds of business request by the function classification; As shown in Figure 1, the application server 35,36,37,38 by the function classification is the second level server of this application server cluster.Wherein with the WEB server mainly for the treatment of HTTP request (request) different be that it is application program provider industry logic that application server comes by a lot of agreements, therefore claims apps server again.In the present embodiment, corresponding with the request type of service request from user, each application server 35,36,37,38 can divide the work to realize following a kind of, two or more function:
Logging in chat room, authentication, read-write user materials for registration is joined with machine speed, and audio frequency is handled, chatroom management, chatroom information issue etc.
In the present embodiment, this application server cluster 3 is provided with two access servers 31,32, wherein access server 31 is main access server, access server 32 is standby access server, when main access server 31 breaks down, carry out corresponding data by standby access server 32 and handle.Adopt the mechanism of active and standby access server, effectively solve the web station system problem of service interruption that causes when single access server breaks down.
In other embodiments, this application server cluster 3 can also arrange the access server more than three or three, when the quantity of access server increases, data transmission link between PHP expansion module 2 and the access server is corresponding increasing also, so the user that this web station system can concurrent processing request also increases thereupon.Wherein this PHP expansion module 2 can distribute according to mode at random when distributing access server for service request, also can give the poll scheduling algorithm and distribute, and also can carry out flow equalization according to the current loading condition of each access server and distribute.
In the present embodiment, the code of each application server in the above-mentioned application server cluster 3 is by the C language compilation.On the development history of computer, the assembly of C language compilation has accumulated a large amount of experiences and ripe code, and efficient is the highest, and extensibility also is the most flexibly.And between the inner stages server of above-mentioned application server cluster 3 and and PHP expansion module 2 between all be by UDP(User Datagram Protocol, User Datagram Protocol) mode is set up communication, efficient program means by the C language, the service request that the user is sent is divided into the UDP object accesses of opposition, rather than adopt a TCP(Transmission Control Protocol who is used to, transmission control protocol) mode connects, just can not set up communication with the application server cluster of rear end because UDP does not need to connect, further improve the access efficiency of web station system.
The framework of the disclosed web station system of present embodiment has extensibility very flexibly, when this system need increase an application newly, mass-sended the message of Added Business types to application server cluster 3 formerly by newly-increased application server, then by this application server cluster 3 each server 31 formerly, 32,35,36,37,38 preserve this Added Business type and are somebody's turn to do the mapping relations that increase newly between the application server in internal memory, when arbitrary server 31 formerly, 32,35,36,37,38 when receiving the service request of PHP page transmission, type and the mapping relations in the internal memory according to this service request judge that whether it is by this newly-increased application server processes, if transmit corresponding service request to this newly-increased application server.Make thus in the native system, application server 1~4 has also had the function of transmitting service request by type of access server, thereby arbitrary application server 1~4 can be used as the backup of access server, guaranteed that service request sends to corresponding application server exactly, improved stability and the extensibility of system.
To sum up, be a kind of database of open source code but present embodiment discloses the PHP+PHPExtend+C+UDP+MYSQL(MYSQL of the flexible expansion of a kind of access efficiency that improves the website and application) web site architecture, this framework is called for short PPCUM.Wherein application server cluster 3 is made up of the two levels server of C language compilation and the common database that connects thereof code at least, the first order is the access server 31,32 that is mainly used in to the service request distributing application servers, the second level is the two or more application servers 35,36,37,38 by the function classification, and application server cluster connects into a local area network (LAN); Wherein WEB server and PHP interpreter establish and communicate to connect, and PHP interpreter and PHP expansion module establish and communicate to connect, and the access server of PHP expansion module and application server cluster establishes and communicates to connect.Make this PPCUM web station system have the following advantages thus:
1, because the efficient of the code of C language compilation is the highest in the code of all language compilation, and ripe code also is maximum, can expand also is the most flexibly; Therefore background server adopts the code of C language compilation to improve communication and data processing efficiency in the web station system framework disclosed by the invention, for the stable operation of web station system provides guarantee, has reduced the cost of safeguarding.
2, the service application function is separated from the WEB server, and adopt the code of C language compilation to realize, and come communicating by letter between bridge joint background application server cluster and the WEB server by the PHP expansion module, when the user increases a self-defined application newly, only need in application server cluster, increase an application server newly and just become; And the PHP expansion module need not especially to know the backstage is how to carry out data to handle.Therefore this framework is that the expansion of business function provides great convenience.
3, because the load of the application server cluster on backstage is to expand (for example expanding by the mode that increases application server and/or access server), and also have high concurrent characteristic based on the WEB server of PHP, and the application server cluster on backstage can alleviate the service processing pressure of separate unit server by load-balancing mechanism, thereby makes web station system disclosed in this invention and communication means thereof satisfy big capacity, high concurrent and high efficiency requirements for access.
4, because the present invention adopts the application server cluster request of managing business, above-mentioned application server cluster connects into a local area network (LAN) and (what deserves to be explained is, above-mentioned WEB server and PHP expansion module also can be considered as the part of this local area network (LAN), wherein this WEB server is connected with public network by fire compartment wall), so long as not whole application servers machine of delaying that breaks down, then can guarantee the stable operation of whole system by the coordination mechanism between fault detect, Restoration Mechanism and the application server of server cluster inside.
5, the disclosed web station system of present embodiment presents the PHP page in the PHP+mysql framework that function and service application function are integrated in one than existing WEB server, the conversion link of user's request is more diversified, the processing mode of background server is also more diversified, be example with related data in the storehouse of asking to read and write data according to the user, then the arbitrary server in this server cluster can carry out respective handling to this user's request, and the related data of handling can be buffered in this locality earlier, with alleviation data of database processing pressure, thereby make this web station system flexibility height, treatment effeciency is corresponding raising also.
What deserves to be explained is that among the present invention, the PHP expansion module can be the external module of PHP interpreter, also can be the built-in module of this PHP interpreter or directly expand in Zend engine the inside.Wherein external module can move SO(at script) function is written into, and this function is written into a shared object and its function is bound and make it with the script that calls this function from disk and comes into force.Among the present invention, preferably in the php.ini file, use extension tag to create the PHP expansion module of an outside, this PHP expansion module separates with the PHP interpreter fully, and the mode that its advantage is this PHP interpreter by " outsourcing " allows the volume of oneself keep very little.When adopting built-in module, this PHP expansion module is advanced the PHP interpreter by direct compilation and is present in each PHP to handle in the request, its shortcoming is need recompilate PHP when revising this PHP expansion module, and the PHP binary file can become big and can consume more internal memory.As for expanding PHP by the Zend engine, then cause incompatible with other code easily, should avoid usually as far as possible.
Embodiment two
At embodiment one disclosed web station system framework, present embodiment discloses the communication process of this web station system inside, and as shown in Figure 2, the communication process of this web station system may further comprise the steps:
Step S1, user send service request by the PHP page.
Step S2, WEB server calls PHP interpreter are to explain this service request.
Step S3, PHP interpreter call the PHP expansion module and convert this service request to service request that application server cluster can be identified.
Step S4, PHP expansion module are selected an access server distribution service request from application server cluster, and send service request after the conversion to this access server.
In this step, the quantity of access server is two or more in the application server cluster of this web station system, and the PHP expansion module is selected an access server distribution service request from application server cluster the mode of selecting can be to be selected or polling mode is selected at random.
When between the above-mentioned application server cluster and with the PHP expansion module between set up when communicating by letter by the UDP mode, preferably, before the service request of this PHP expansion module after sending conversion to this application server, this service request is packaged into the UDP object and binds a dynamic port; And after sending above-mentioned service request by this dynamic port, this PHP expansion module is also waited for the result that application server and access server return by synchronous or port block mode at this dynamic port.
Step S5, this access server are selected an application server processes service request according to the type of service request.Wherein, store the load condition of current each server of application server cluster in this locality of the database of this web station system or file-sharing service device or this access server, access server can be selected the corresponding service request of the light application server processes of load according to request type.Further, this access server also should be according to the existing state distribution service request of each application server, for this reason, this access server is safeguarded the server list that each application server existing state of reaction is arranged, and timing detects and/or goes to detect according to Event triggered the existing state of each application server, when arbitrary application server breaks down when delaying machine, in server list, be survival with this application server identifier; Then, this application server is informed access server by UDP behind the machine recovering state of delaying, and is survival with this application server identifier by access server in server list again; So that access server is selected the corresponding service request of application server processes that load is light and survive according to request type.
Preferably, in the forwarding and processing procedure of this service request, the PHP expansion module that access server and above-mentioned steps S4 mention generates a unique session according to this service request, and in the first-class result for the treatment of that application server returns of this session port.So, then the server of each between the application server cluster has possessed a synchronization mechanism, has guaranteed the uniqueness of service request that each application server is handled by conversation mechanism, has effectively avoided data service to cause confusion.
Step S6, finish dealing with after, this application server returns to the PHP page with result along the reverse path of service request.
In the present embodiment, when web station system increased an application server newly, above-mentioned communication means also comprised the steps S7~S9:
Step S7, this newly-increased application server are to application server cluster mass-sending Added Business kind of message.
Preferably, this newly-increased application server can also be further be saved in its Added Business type and the type and the mapping relations of self in server cluster institute data shared storehouse or the file-sharing service device, obtains for formerly each server.
Step S8, this application server cluster each server is formerly preserved this Added Business type and is somebody's turn to do the mapping relations that increase newly between the application server in internal memory.
Step S9, arbitrary server formerly are when receiving the service request of PHP page transmission, type and above-mentioned mapping relations according to this service request judge that whether it is by this newly-increased application server processes, if transmit corresponding service request to this newly-increased application server.Make thus in the native system, application server has also had the function of transmitting service request by type of access server, thereby arbitrary application server can be used as the backup of access server, guaranteed that service request sends to corresponding application server exactly, improved stability and the extensibility of system.
Meanwhile, this newly-increased application server also can obtain the traffic type information of each server formerly from database or file-sharing service device, and transmits corresponding service request according to this information.
Above-mentioned communication means disclosed by the invention has the following advantages at least:
1, because the efficient of the code of C language compilation is the highest in the code of all language compilation, and ripe code also is maximum, can expand also is the most flexibly; Therefore background server adopts the code of C language compilation to improve communication and data processing efficiency in the web station system framework disclosed by the invention, for the stable operation of web station system provides guarantee, has reduced the cost of safeguarding.
2, the service application function is separated from the WEB server, and adopt the code of C language compilation to realize, and come communicating by letter between bridge joint background application server cluster and the WEB server by the PHP expansion module, when the user increases a self-defined application newly, only need in application server cluster, increase an application server newly and just become; And the PHP expansion module need not especially to know the backstage is how to carry out data to handle.Therefore this framework is that the expansion of business function provides great convenience.
3, because the load of the application server cluster on backstage is extendible, and also have high concurrent characteristic based on the WEB server of PHP, and the application server cluster on backstage can alleviate the service processing pressure of separate unit application server by load-balancing mechanism, thereby makes web station system disclosed in this invention and communication means thereof satisfy big capacity, high concurrent and high efficiency requirements for access.
4, because the present invention adopts the application server cluster request of managing business, so long as not whole application servers machine of delaying that breaks down, then can guarantee the stable operation of whole system by the coordination mechanism between fault detect, Restoration Mechanism and the application server of server cluster inside.
5, web station system disclosed in this invention presents the PHP page in the PHP+mysql framework that function and service application function are integrated in one than existing WEB server, the conversion link of user's request is more diversified, the processing mode of background server is also more diversified, be example with related data in the storehouse of asking to read and write data according to the user, then the arbitrary server in this server cluster can carry out respective handling to this user's request, and the related data of handling can be buffered in this locality earlier, with alleviation data of database processing pressure, thereby make this web station system flexibility height, treatment effeciency is corresponding raising also.
To sum up, the disclosed communication means of present embodiment has the high concurrent treatment mechanism of user, can the dynamic expansion application service and guarantee the uniqueness of each application server processes service request, and can when breaking down, application server in time find and solve fault by the survival testing mechanism of access server.Existing web station system is existing to be not easy to problems such as expansion, carrying visit capacity and access efficiency be low thereby solved.
More than disclosed only be several specific embodiment of the present invention, still, the present invention is not limited thereto, any those skilled in the art can think variation all should fall into protection scope of the present invention.

Claims (9)

1. a web station system is characterized in that, comprises the WEB server that presents for the PHP page and the application server cluster that separates with it; Described application server cluster is made up of the two levels server of C language compilation and the common database that connects thereof code at least, the first order is the access server that is mainly used in to the service request distributing application servers, the second level is the two or more application servers by the function classification, and described application server cluster connects into a local area network (LAN); Wherein said WEB server and PHP interpreter establish and communicate to connect, and described PHP interpreter and PHP expansion module establish and communicate to connect, and the access server of described PHP expansion module and described application server cluster establishes and communicates to connect;
When described web station system increased an application server newly, the application server that this is newly-increased was used for to described application server cluster mass-sending Added Business kind of message; This application server cluster each server formerly is used for preserving this Added Business type and being somebody's turn to do the mapping relations that increase newly between the application server at internal memory; Arbitrary server formerly, be used for when receiving the service request of PHP page transmission, type and above-mentioned mapping relations according to this service request judge that whether it is by this newly-increased application server processes, if transmit corresponding service request to this newly-increased application server.
2. the communication means of a web station system as claimed in claim 1 is characterized in that, may further comprise the steps:
The user sends service request by the PHP page;
WEB server calls PHP interpreter is to explain this service request;
Described PHP interpreter calls the PHP expansion module and converts this service request to service request that application server cluster can be identified;
Described PHP expansion module is selected an access server and is distributed described service request from described application server cluster, and sends service request after the conversion to this access server;
This access server is selected the described service request of an application server processes according to the type of service request;
After finishing dealing with, this application server returns to the PHP page with result along the reverse path of described service request;
Wherein, when described web station system increased an application server newly, described communication means also comprised:
Application server that should be newly-increased is to described application server cluster mass-sending Added Business kind of message;
This application server cluster each server is formerly preserved this Added Business type and is somebody's turn to do the mapping relations that increase newly between the application server in internal memory;
Arbitrary server formerly is when receiving the service request of PHP page transmission, type and above-mentioned mapping relations according to this service request judge that whether it is by this newly-increased application server processes, if transmit corresponding service request to this newly-increased application server.
3. communication means according to claim 2, it is characterized in that, the quantity of described access server is two or more, and described PHP expansion module is selected an access server and distributed the mode of selecting of described service request for selecting at random or selecting by polling mode from described application server cluster.
4. communication means according to claim 3 is characterized in that, described PHP expansion module and application server cluster also comprise when transmitting and handling described service request:
Described PHP expansion module and described access server generate a unique session according to described service request, and in the first-class result for the treatment of that application server returns of this session port.
5. communication means according to claim 4 is characterized in that, between the described application server cluster and with the PHP expansion module between set up by the UDP mode and to communicate by letter; Before the service request of wherein said PHP expansion module after sending conversion to this application server, also comprise:
This service request is packaged into the UDP object and binds a dynamic port; And
After sending above-mentioned service request by this dynamic port, described PHP expansion module also comprises:
Wait for the result that application server and access server return by synchronous or port block mode at this dynamic port.
6. according to each described communication means in the claim 1 to 5, it is characterized in that, also comprise:
Described newly-increased application server is saved in its Added Business type and the mapping relations of self in the same database or file-sharing service device that described server cluster shares.
7. communication means according to claim 6 is characterized in that, also comprises:
Described newly-increased application server obtains the information of the handled type of service of each application server formerly from described database or file-sharing service device, and transmits the service request that receives according to this information.
8. communication means according to claim 7 is characterized in that, also comprises:
Described access server regularly detects the existing state of each application server, when arbitrary application server breaks down when delaying machine, is survival with this application server identifier in server list; And
This application server is informed described access server by UDP behind the machine recovering state of delaying, be survival with this application server identifier by described access server in described server list again.
9. communication means according to claim 8, it is characterized in that, also record the load condition of each application server of current survival in the described server list, select the corresponding service request of application server processes that load is light and survive for access server according to request type; Described server list stores synchronized is at described database or file-sharing service device.
CN 201110223395 2011-06-14 2011-08-05 Website system and communication method thereof Active CN102316160B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201110223395 CN102316160B (en) 2011-06-14 2011-08-05 Website system and communication method thereof

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
CN201110158583 2011-06-14
CN201110158583.7 2011-06-14
CN 201110223395 CN102316160B (en) 2011-06-14 2011-08-05 Website system and communication method thereof

Publications (2)

Publication Number Publication Date
CN102316160A CN102316160A (en) 2012-01-11
CN102316160B true CN102316160B (en) 2013-09-18

Family

ID=45428966

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201110223395 Active CN102316160B (en) 2011-06-14 2011-08-05 Website system and communication method thereof

Country Status (1)

Country Link
CN (1) CN102316160B (en)

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488527A (en) * 2013-09-03 2014-01-01 新浪网技术(中国)有限公司 PHP (hypertext preprocessor) API (application programing interface) calling method, related equipment and system
CN105183629B (en) * 2014-05-29 2018-06-22 北京基调网络系统有限公司 The diagnostic system and its method and performance management platforms of analysis PHP application software performances
CN104123135B (en) * 2014-07-04 2018-04-17 北京思特奇信息技术股份有限公司 A kind of method and device of unified back office interface
CN104320492A (en) * 2014-11-11 2015-01-28 北京国双科技有限公司 Method and device for dispatching web servers
CN104580432A (en) * 2014-12-23 2015-04-29 上海帝联信息科技股份有限公司 Memcached system, memory cache data provision method and device, memory cache data maintenance method and device as well as cluster maintenance method and device
CN106302611A (en) * 2015-06-09 2017-01-04 深圳市腾讯计算机系统有限公司 Service request distribution system, method and apparatus
CN104980511B (en) * 2015-06-17 2019-07-16 深圳市腾讯计算机系统有限公司 A kind of game data access method, system and game web page server
CN105007181B (en) * 2015-07-07 2018-05-08 日立楼宇技术(广州)有限公司 Elevator Internet of Things client/server adaptation scheme and system
CN105376301A (en) * 2015-10-14 2016-03-02 贵阳朗玛信息技术股份有限公司 Method for carrying out communication among servers, master server and business servers
CN105763605B (en) * 2015-10-22 2019-09-13 贵阳朗玛信息技术股份有限公司 Consulting services device system and its communication means
CN106210022A (en) * 2016-06-29 2016-12-07 天涯社区网络科技股份有限公司 A kind of system and method for processing forum's height concurrent data requests
CN107015870B (en) 2016-09-19 2020-11-03 创新先进技术有限公司 Method and device for realizing communication between web page and local application and electronic equipment
CN108255614A (en) * 2016-12-28 2018-07-06 中国移动通信集团公司 A kind of interface calling system and method based on micro services framework
CN108270818B (en) * 2016-12-30 2021-04-13 中国移动通信集团公司 Micro-service architecture system and access method thereof
CN107463511B (en) * 2017-01-23 2020-06-26 北京思特奇信息技术股份有限公司 Data internationalization realization method and device based on multi-level cache
CN107171885B (en) * 2017-03-31 2019-11-15 北京奇艺世纪科技有限公司 A kind of methods, devices and systems of detection service device operating status
CN107222316B (en) * 2017-05-25 2020-05-22 游密科技(深圳)有限公司 Chat room configuration method and chat room system adaptive to number of people in room
CN107315605A (en) * 2017-06-14 2017-11-03 上海青橙实业有限公司 The method and apparatus of Jack Server ports Dynamic Matching
CN109388657B (en) * 2018-09-10 2023-08-08 平安科技(深圳)有限公司 Data processing method, device, computer equipment and storage medium
CN109783109A (en) * 2018-12-11 2019-05-21 航天信息软件技术有限公司 A kind of expansible software deployment system and method
CN112286510A (en) * 2019-07-24 2021-01-29 深圳市应该科技有限公司 Method and device for realizing automatic programming based on API (application program interface)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2425473A (en) * 2005-04-29 2006-11-01 Asspro Ltd Protective cover
CN1968283A (en) * 2006-05-12 2007-05-23 华为技术有限公司 Network management system and method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2425473A (en) * 2005-04-29 2006-11-01 Asspro Ltd Protective cover
CN1968283A (en) * 2006-05-12 2007-05-23 华为技术有限公司 Network management system and method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
新一代天气雷达回波产品网络应用系统的设计与实现;覃家秀 等;《2011年中国气象学会气象通信与信息技术委员会暨国家气象信息中心科技年会论文摘要》;20110505;正文第409页最后1段,第410页第4段 *
覃家秀 等.新一代天气雷达回波产品网络应用系统的设计与实现.《2011年中国气象学会气象通信与信息技术委员会暨国家气象信息中心科技年会论文摘要》.2011,

Also Published As

Publication number Publication date
CN102316160A (en) 2012-01-11

Similar Documents

Publication Publication Date Title
CN102316160B (en) Website system and communication method thereof
CN101171821B (en) System, network device, method, and computer program product for active load balancing using clustered nodes as authoritative domain name servers
CN102223365B (en) User access method and device based on SSL (Secure Socket Layer) VPN (Virtual Private Network) gateway cluster
CN102880475B (en) Based on the real-time event disposal system of cloud computing and method in computer software
JP4616159B2 (en) Cluster system, load balancer, node transfer method, and node transfer program
CN102948132A (en) Distributed virtual network gateways
CN101964799B (en) Solution method of address conflict in point-to-network tunnel mode
RU2464722C2 (en) Method, device and system for distribution of messages
CN101827039B (en) Method and equipment for load sharing
CN103207841A (en) Method and device for data reading and writing on basis of key-value buffer
CN104753817A (en) Local analogy method and local analogy system for cloud computing message queue service
CN102065136B (en) P2P (Peer-to-Peer) network safety data transmission method and system
CN101567861B (en) Data synchronization method and application system between heterogeneous application systems
KR20110071453A (en) Zigbee gateway and method for identifying message of the same
US20110105024A1 (en) Transport independent service discovery
CN103441932A (en) Host routing table entry generating method and device
CN103546572A (en) Cloud storage device and multi-cloud storage networking system and method
CN103248670A (en) Connection management in a computer networking environment
CN114070822A (en) Kubernetes Overlay IP address management method
CN108123826B (en) Cross-region data interaction system and method
EP2439881B1 (en) Cluster system and request message distribution method for processing multi-node transaction
KR20130130295A (en) System and method for assigining server to terminal and efficiently delivering messages to the terminal
CN102916898A (en) Application keeping method and device of multilink egress
CN102510407A (en) Method and system for reading and writing microblog
CN103685485A (en) Mobile terminal VoIP (voice over internet protocol) communication audio management system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant