Movatterモバイル変換


[0]ホーム

URL:


CN102316160A - Website system and communication method thereof - Google Patents

Website system and communication method thereof
Download PDF

Info

Publication number
CN102316160A
CN102316160ACN2011102233958ACN201110223395ACN102316160ACN 102316160 ACN102316160 ACN 102316160ACN 2011102233958 ACN2011102233958 ACN 2011102233958ACN 201110223395 ACN201110223395 ACN 201110223395ACN 102316160 ACN102316160 ACN 102316160A
Authority
CN
China
Prior art keywords
server
application server
php
service request
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.)
Granted
Application number
CN2011102233958A
Other languages
Chinese (zh)
Other versions
CN102316160B (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 ltdfiledCriticalGuiyang Longmaster Information and Technology Co ltd
Priority to CN 201110223395priorityCriticalpatent/CN102316160B/en
Publication of CN102316160ApublicationCriticalpatent/CN102316160A/en
Application grantedgrantedCritical
Publication of CN102316160BpublicationCriticalpatent/CN102316160B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Landscapes

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-stage server 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 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 through 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 to solve 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 being used for WEB server that the PHP page appears and the application server cluster that separates with it; Said application server cluster is made up of the two levels server and the common database that connects thereof of C language 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 functional classification, and said application server cluster connects into a local area network (LAN); Wherein said WEB server establishes communication with the PHP interpreter and is connected, and said PHP interpreter establishes communication with the PHP expansion module and is connected, and said PHP expansion module establishes communication with the access server of said application server cluster and is connected.
According to above-mentioned web station system, the present invention also discloses a kind of corresponding with it communication means, may further comprise the steps:
The user sends service request through the PHP page;
WEB server calls PHP interpreter is to explain this service request;
Said PHP interpreter calls the PHP expansion module and converts this service request to service request that application server cluster can be discerned;
Said PHP expansion module is selected an access server and is distributed said service request from said application server cluster, and the service request after this access server sends conversion;
This access server is selected the said 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 the reverse path of the said service request in result edge.
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 is the highest in the code of all language, and ripe code also is maximum, can expand also is the most flexibly; Therefore background server adopts the code of C language 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 to realize; And come communicating by letter between bridge joint background application server cluster and the WEB server through 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 processing.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 through load-balancing mechanism, thereby makes disclosed web station system of the present 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 through the coordination mechanism between server cluster inner fault detect, Restoration Mechanism and the application server.
5, the disclosed web station system of the present 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 variation more of the conversion link of user's request; The processing mode of background server is variation more also; With related data in the storehouse of asking to read and write data according to the user is example, and then the arbitrary server in this server cluster can carry out handled to this user's request, and can the related data of handling be buffered in this locality earlier; With alleviation data of database processing pressure, thereby make that this web station system flexibility is high, the also corresponding raising of treatment effeciency.
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 present invention provides a kind of high concurrent, extendible web station system and communication means thereof, elaborates below in conjunction with the Figure of description specific embodiments of the invention.
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 by its specific business needs of completion of enterprise's issue to WEB server 1; Other companies or application software can visit and use this online service through Internet); Being used for the PHP page appears and receives the service request that the user sends through PHP (Hypertext Preprocessor, the supertext preliminary treatment language) page; In the present embodiment, this WEB server 1 also embeds has the PHP interpreter, and this PHP interpreter is used to carry out the PHP program, and PHP is generated HTML (Hyper Text Mark-up Language, HTML or HTML); When the user sent service request through 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 accomplishing communicating by letter between WEB server 1 and the application server cluster 3 jointly with the PHP interpreter, to realize the conversion and the transmission of service request, data.In the present embodiment, this PHP expansion module 2 is mainly used in the service request that the PHP interpreter interprets is gone out and converts the service request that application server cluster 3 can be discerned to, 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 appear, and the result after will changing is transmitted to WEB server 1.
Application server cluster 3, comprise the access server 31,32 that connects into a local area network (LAN), database 33 (comprise according to data structure organize, the database server of storage and management data) andapplication server 35,36,37,38.Wherein this access server 31,32 is used to the service request distributing application servers, and communicates by letter with 2 completion of PHP expansion module, is the first order server of this application server cluster.In the present embodiment, be shared as target with file data, need to supply in the local area network (LAN) the shared document storage of many computers in a computer, 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 kinds:
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, the application server of handling the different kinds of business request is pressed functional classification; As shown in Figure 1, theapplication server 35,36,37,38 of pressing functional classification is the second level server of this application server cluster.Wherein with the WEB server be mainly used in handle HTTP request (request) different be that it is application program provider industry logic that application server comes through a lot of agreements, therefore claims apps server again.In the present embodiment, corresponding with the request type of service request from user, eachapplication 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, Audio Processing, 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 subsequent use access server, when main access server 31 breaks down, carries out corresponding data processing by subsequent use access server 32.Adopt the mechanism of active and standby access server, effectively solve the web station system problem of service interruption that is caused when single access server breaks down.
In other embodiments; This application server cluster 3 can also be provided with 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 also corresponding to be increased, 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.On the development history of computer, the assembly of C language 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 through UDP (User Datagram Protocol; User Datagram Protocol) mode is set up communication; Efficient program means through the C language; The service request that the user is sent is divided into the UDP object accesses of opposition, rather than adopts TCP (Transmission Control Protocol, a transmission control protocol) mode of being used to connect; Just can not set up communication because UDP need not connect, further improve the access efficiency of web station system with the application server cluster of rear end.
The framework of the disclosed web station system of present embodiment has extensibility very flexibly; When this system need increase an application newly; Mass-send the message of Added Business types to application server cluster 3 formerly by newly-increased application server; In internal memory, preserve this Added Business type and should increase the mapping relations between the application server newly by this application server cluster 3 eachserver 31,32,35,36,37,38 formerly then; Whenarbitrary server 31,32,35,36,37,38 formerly when receiving the service request that the PHP page sends; Type and the mapping relations in the internal memory according to this service request judge whether it is handled by this newly-increased service server, if, to this Added Business server forwards corresponding business request.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 the stability and the extensibility of system.
To sum up, but present embodiment discloses PHP+PHPExtend+C+UDP+MYSQL (MYSQL is a kind of database of the open source code) web site architecture of the flexible expansion of a kind of access efficiency that improves the website and application, and this framework is called for short PPCUM.Wherein application server cluster 3 is made up of the two levels server and the common database that connects thereof of C language 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 ormore application servers 35,36,37,38 by functional classification, and application server cluster connects into a local area network (LAN); Wherein the WEB server establishes to communicate by letter with the PHP interpreter and is connected, and the PHP interpreter establishes communication with the PHP expansion module and is connected, and the PHP expansion module establishes communication with the access server of application server cluster and is connected.Make this PPCUM web station system have the following advantages thus:
1, because the efficient of the code of C language is the highest in the code of all language, and ripe code also is maximum, can expand also is the most flexibly; Therefore background server adopts the code of C language 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 to realize; And come communicating by letter between bridge joint background application server cluster and the WEB server through 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 processing.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 through 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 through load-balancing mechanism, thereby makes disclosed web station system of the present 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 be worth explanation is; Above-mentioned WEB server and PHP expansion module also can be regarded as the part of this local area network (LAN); Wherein this WEB server is connected with public network through 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 through the coordination mechanism between server cluster inner fault detect, Restoration Mechanism and the application server.
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 variation more of the conversion link of user's request; The processing mode of background server is variation more also; With related data in the storehouse of asking to read and write data according to the user is example, and then the arbitrary server in this server cluster can carry out handled to this user's request, and can the related data of handling be buffered in this locality earlier; With alleviation data of database processing pressure, thereby make that this web station system flexibility is high, the also corresponding raising of treatment effeciency.
What be worth explanation is that among the present invention, the PHP expansion module can be the external module of PHP interpreter, also can be that the interior modeling piece of this PHP interpreter is perhaps directly expanded in Zend engine the inside.Wherein external module can move SO () function at script and is written into, and this function is written into a shared object and its function 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 through " outsourcing " lets the volume of oneself keep very little.In adopting during the modeling piece; 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 when revising this PHP expansion module, need recompilate PHP, and the PHP binary file can become big and can consume more internal memory.As for expanding PHP through the Zend engine, then cause incompatible with other code easily, should avoid usually as far as possible.
Embodiment two
To embodiment one disclosed web station system framework, present embodiment discloses the inner communication process of this web station system, 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 through 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 discerned.
Step S4, PHP expansion module are selected an access server distribution service request from application server cluster, and the service request after this access server sends conversion.
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 through the UDP mode; Preferably; This PHP expansion module is packaged into this service request the UDP object and binds a dynamic port before the service request after this application server sends conversion; And after sending above-mentioned service request through this dynamic port, this PHP expansion module is also waited for the result that application server and access server return through synchronous or port block mode on this dynamic port.
Step S5, this access server are selected an application server processes service request according to the type of service request.Wherein, In this locality of the database of this web station system or file-sharing service device or this access server, store the load condition of current each server of application server cluster, access server can be selected the light application server processes corresponding business request 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 regularly detects and/or go 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 through UDP behind the machine recovering state of delaying, and in server list, is survival with this application server identifier by access server again; So that access server is selected the application server processes corresponding business request 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 of treating 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 through 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 network system increased an application server newly, above-mentioned communication means also comprised the steps S7~S9:
Step S7, this newly-increased service 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 should be increased the mapping relations between the application server newly 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 whether it is handled by this newly-increased service server; If, to this Added Business server forwards corresponding business request.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 the 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 the corresponding business 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 is the highest in the code of all language, and ripe code also is maximum, can expand also is the most flexibly; Therefore background server adopts the code of C language 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 to realize; And come communicating by letter between bridge joint background application server cluster and the WEB server through 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 processing.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 through load-balancing mechanism, thereby makes disclosed web station system of the present 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 through the coordination mechanism between server cluster inner fault detect, Restoration Mechanism and the application server.
5, the disclosed web station system of the present 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 variation more of the conversion link of user's request; The processing mode of background server is variation more also; With related data in the storehouse of asking to read and write data according to the user is example, and then the arbitrary server in this server cluster can carry out handled to this user's request, and can the related data of handling be buffered in this locality earlier; With alleviation data of database processing pressure, thereby make that this web station system flexibility is high, the also corresponding raising of treatment effeciency.
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, application server in time find and solve fault when breaking down through the survival testing mechanism of access server.Thereby having solved existing web station system existingly is not easy to expansion, carries problems such as visit capacity and access efficiency are low.
More than disclosedly be merely 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 (10)

1. a web station system is characterized in that, comprises being used for WEB server that the PHP page appears and the application server cluster that separates with it; Said application server cluster is made up of the two levels server and the common database that connects thereof of C language 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 functional classification, and said application server cluster connects into a local area network (LAN); Wherein said WEB server establishes communication with the PHP interpreter and is connected, and said PHP interpreter establishes communication with the PHP expansion module and is connected, and said PHP expansion module establishes communication with the access server of said application server cluster and is connected.
CN 2011102233952011-06-142011-08-05Website system and communication method thereofActiveCN102316160B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN 201110223395CN102316160B (en)2011-06-142011-08-05Website system and communication method thereof

Applications Claiming Priority (3)

Application NumberPriority DateFiling DateTitle
CN2011101585832011-06-14
CN201110158583.72011-06-14
CN 201110223395CN102316160B (en)2011-06-142011-08-05Website system and communication method thereof

Publications (2)

Publication NumberPublication Date
CN102316160Atrue CN102316160A (en)2012-01-11
CN102316160B CN102316160B (en)2013-09-18

Family

ID=45428966

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN 201110223395ActiveCN102316160B (en)2011-06-142011-08-05Website system and communication method thereof

Country Status (1)

CountryLink
CN (1)CN102316160B (en)

Cited By (23)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN103488527A (en)*2013-09-032014-01-01新浪网技术(中国)有限公司PHP (hypertext preprocessor) API (application programing interface) calling method, related equipment and system
CN104123135A (en)*2014-07-042014-10-29北京思特奇信息技术股份有限公司Method and device for unifying background interfaces
CN104320492A (en)*2014-11-112015-01-28北京国双科技有限公司Method and device for dispatching web servers
CN104580432A (en)*2014-12-232015-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
CN104980511A (en)*2015-06-172015-10-14深圳市腾讯计算机系统有限公司Game data access method, game data access system and game web server
CN105007181A (en)*2015-07-072015-10-28广州日滨科技发展有限公司Elevator Internet of Things (IoT) communication scheduling method and system
CN105183629A (en)*2014-05-292015-12-23北京基调网络系统有限公司Diagnosis system and diagnosis method for analyzing performance of PHP application software, and performance management platform thereof
CN105376301A (en)*2015-10-142016-03-02贵阳朗玛信息技术股份有限公司Method for carrying out communication among servers, master server and business servers
CN105763605A (en)*2015-10-222016-07-13贵阳朗玛信息技术股份有限公司Diagnosis and treatment server system and communication method thereof
CN106210022A (en)*2016-06-292016-12-07天涯社区网络科技股份有限公司A kind of system and method for processing forum's height concurrent data requests
CN106302611A (en)*2015-06-092017-01-04深圳市腾讯计算机系统有限公司Service request distribution system, method and apparatus
CN107171885A (en)*2017-03-312017-09-15北京奇艺世纪科技有限公司A kind of methods, devices and systems of detection service device running status
CN107222316A (en)*2017-05-252017-09-29游密科技(深圳)有限公司A kind of the chatroom collocation method and chat room system of adaptive room number
CN107315605A (en)*2017-06-142017-11-03上海青橙实业有限公司The method and apparatus of Jack Server ports Dynamic Matching
CN107463511A (en)*2017-01-232017-12-12北京思特奇信息技术股份有限公司A kind of data internationalization implementation method and device based on multi-level buffer
CN108255614A (en)*2016-12-282018-07-06中国移动通信集团公司A kind of interface calling system and method based on micro services framework
CN108270818A (en)*2016-12-302018-07-10中国移动通信集团公司A kind of micro services architecture system and its access method
CN109388657A (en)*2018-09-102019-02-26平安科技(深圳)有限公司Data processing method, device, computer equipment and storage medium
CN109783109A (en)*2018-12-112019-05-21航天信息软件技术有限公司A kind of expansible software deployment system and method
CN111324518A (en)*2020-02-032020-06-23中国银联股份有限公司 A method and device for application association
US10783212B2 (en)2016-09-192020-09-22Alibaba Group Holding LimitedMethod and apparatus for realizing communication between web page and native application, and electronic device
CN112286510A (en)*2019-07-242021-01-29深圳市应该科技有限公司 A method and device for realizing automatic programming based on API interface
CN116566676A (en)*2023-05-122023-08-08中信百信银行股份有限公司Network service access system and method

Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
GB2425473A (en)*2005-04-292006-11-01Asspro LtdProtective cover
CN1968283A (en)*2006-05-122007-05-23华为技术有限公司Network management system and method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
GB2425473A (en)*2005-04-292006-11-01Asspro LtdProtective cover
CN1968283A (en)*2006-05-122007-05-23华为技术有限公司Network management system and method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
覃家秀 等: "新一代天气雷达回波产品网络应用系统的设计与实现", 《2011年中国气象学会气象通信与信息技术委员会暨国家气象信息中心科技年会论文摘要》*

Cited By (32)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN103488527A (en)*2013-09-032014-01-01新浪网技术(中国)有限公司PHP (hypertext preprocessor) API (application programing interface) calling method, related equipment and system
CN105183629A (en)*2014-05-292015-12-23北京基调网络系统有限公司Diagnosis system and diagnosis method for analyzing performance of PHP application software, and performance management platform thereof
CN105183629B (en)*2014-05-292018-06-22北京基调网络系统有限公司The diagnostic system and its method and performance management platforms of analysis PHP application software performances
CN104123135A (en)*2014-07-042014-10-29北京思特奇信息技术股份有限公司Method and device for unifying background interfaces
CN104320492A (en)*2014-11-112015-01-28北京国双科技有限公司Method and device for dispatching web servers
CN104580432A (en)*2014-12-232015-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-092017-01-04深圳市腾讯计算机系统有限公司Service request distribution system, method and apparatus
CN104980511A (en)*2015-06-172015-10-14深圳市腾讯计算机系统有限公司Game data access method, game data access system and game web server
CN104980511B (en)*2015-06-172019-07-16深圳市腾讯计算机系统有限公司A kind of game data access method, system and game web page server
CN105007181B (en)*2015-07-072018-05-08日立楼宇技术(广州)有限公司Elevator Internet of Things client/server adaptation scheme and system
CN105007181A (en)*2015-07-072015-10-28广州日滨科技发展有限公司Elevator Internet of Things (IoT) communication scheduling method and system
CN105376301A (en)*2015-10-142016-03-02贵阳朗玛信息技术股份有限公司Method for carrying out communication among servers, master server and business servers
CN105763605A (en)*2015-10-222016-07-13贵阳朗玛信息技术股份有限公司Diagnosis and treatment server system and communication method thereof
CN105763605B (en)*2015-10-222019-09-13贵阳朗玛信息技术股份有限公司Consulting services device system and its communication means
CN106210022A (en)*2016-06-292016-12-07天涯社区网络科技股份有限公司A kind of system and method for processing forum's height concurrent data requests
US10783212B2 (en)2016-09-192020-09-22Alibaba Group Holding LimitedMethod and apparatus for realizing communication between web page and native application, and electronic device
CN108255614A (en)*2016-12-282018-07-06中国移动通信集团公司A kind of interface calling system and method based on micro services framework
CN108270818A (en)*2016-12-302018-07-10中国移动通信集团公司A kind of micro services architecture system and its access method
CN107463511B (en)*2017-01-232020-06-26北京思特奇信息技术股份有限公司Data internationalization realization method and device based on multi-level cache
CN107463511A (en)*2017-01-232017-12-12北京思特奇信息技术股份有限公司A kind of data internationalization implementation method and device based on multi-level buffer
CN107171885B (en)*2017-03-312019-11-15北京奇艺世纪科技有限公司A kind of methods, devices and systems of detection service device operating status
CN107171885A (en)*2017-03-312017-09-15北京奇艺世纪科技有限公司A kind of methods, devices and systems of detection service device running status
CN107222316A (en)*2017-05-252017-09-29游密科技(深圳)有限公司A kind of the chatroom collocation method and chat room system of adaptive room number
CN107222316B (en)*2017-05-252020-05-22游密科技(深圳)有限公司Chat room configuration method and chat room system adaptive to number of people in room
CN107315605A (en)*2017-06-142017-11-03上海青橙实业有限公司The method and apparatus of Jack Server ports Dynamic Matching
CN109388657A (en)*2018-09-102019-02-26平安科技(深圳)有限公司Data processing method, device, computer equipment and storage medium
CN109388657B (en)*2018-09-102023-08-08平安科技(深圳)有限公司Data processing method, device, computer equipment and storage medium
CN109783109A (en)*2018-12-112019-05-21航天信息软件技术有限公司A kind of expansible software deployment system and method
CN112286510A (en)*2019-07-242021-01-29深圳市应该科技有限公司 A method and device for realizing automatic programming based on API interface
CN111324518A (en)*2020-02-032020-06-23中国银联股份有限公司 A method and device for application association
CN111324518B (en)*2020-02-032024-05-03中国银联股份有限公司Application association method and device
CN116566676A (en)*2023-05-122023-08-08中信百信银行股份有限公司Network service access system and method

Also Published As

Publication numberPublication date
CN102316160B (en)2013-09-18

Similar Documents

PublicationPublication DateTitle
CN102316160B (en)Website system and communication method thereof
CN102223365B (en)User access method and device based on SSL (Secure Socket Layer) VPN (Virtual Private Network) gateway cluster
CN102611735B (en)A kind of load-balancing method of application service and system
CN102880475B (en)Based on the real-time event disposal system of cloud computing and method in computer software
CN103207841B (en)Based on data read-write method and the device of key-value pair buffer memory
RU2464722C2 (en)Method, device and system for distribution of messages
CN102948132A (en) Distributed Virtual Network Gateway
CN108123826B (en) An interactive system and method for cross-regional data
CN102761528A (en)System and method for data management
CN114070822B (en)Kubernetes Overlay IP address management method
JP2007156569A (en) Cluster system, load balancer, node transfer method, and node transfer program
US20110105024A1 (en)Transport independent service discovery
US20180199105A1 (en)Multi-screen control method and device
CN113420007B (en)Audit processing method and device for database access and electronic equipment
CN103441932A (en)Host routing table entry generating method and device
EP2439881B1 (en)Cluster system and request message distribution method for processing multi-node transaction
CN103139018A (en)Network card condition monitoring and transmission control protocol (TCP) communication method in dispatching and transformer substation integrated system
CN103546572A (en) A cloud storage device and multi-cloud storage networking system and method
CN101567861A (en)Data synchronization method and application system between heterogeneous application systems
KR20130130295A (en)System and method for assigining server to terminal and efficiently delivering messages to the terminal
CN102510407A (en)Method and system for reading and writing microblog
WO2015051120A1 (en)Creating, joining, finding, discovering, restoring and relocating process-based channels
CN103685485A (en)Mobile terminal VoIP (voice over internet protocol) communication audio management system
CN109981437B (en)Multi-data center intercommunication method based on VPC and related equipment
JP2010527475A (en) Information appliance data storage system and data processing method

Legal Events

DateCodeTitleDescription
C06Publication
PB01Publication
C10Entry into substantive examination
SE01Entry into force of request for substantive examination
C14Grant of patent or utility model
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp