WO2016153119A1 - Method and system for managing data of closed data sharing service - Google Patents

Method and system for managing data of closed data sharing service Download PDF

Info

Publication number
WO2016153119A1
WO2016153119A1 PCT/KR2015/007383 KR2015007383W WO2016153119A1 WO 2016153119 A1 WO2016153119 A1 WO 2016153119A1 KR 2015007383 W KR2015007383 W KR 2015007383W WO 2016153119 A1 WO2016153119 A1 WO 2016153119A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
server
members
conversation
downloaded
Prior art date
Application number
PCT/KR2015/007383
Other languages
French (fr)
Korean (ko)
Inventor
이재면
강경태
Original Assignee
한양대학교 에리카산학협력단
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 한양대학교 에리카산학협력단 filed Critical 한양대학교 에리카산학협력단
Publication of WO2016153119A1 publication Critical patent/WO2016153119A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor

Definitions

  • the present invention relates to a data management technology in a closed data sharing service, and is a closed data sharing service data management capable of minimizing performance degradation of a closed data sharing service, for example, an instant messenger server and improving resource usage efficiency. It relates to a method and a system.
  • Instance messenger service For example, a plurality of servers are operated to provide KakaoTalk, Line, and the like.
  • the server transmits data such as conversations, photos, videos, and voice files transmitted by each user to other users.
  • the instant messenger service will continue to increase due to the generalization of smart devices and the development of network technology, and the user and usage rate will also increase infinitely.
  • the data delivered by the server of the instant messenger service is likely to be very personal information due to the nature of the instant messenger service. Therefore, the instant messenger service provider does not always store conversations, photos, videos, and voices transmitted between users, but only retains them for a certain period of time, for example, one to two weeks, and permanently deletes old data. have.
  • data such as conversations, pictures, videos, and voices to be transmitted may be encrypted, and the data is secured so that the data cannot be accessed unless an authorized user.
  • the allowed user is a chat invite invited to the chat window. In other words, the data in the instant messenger service is not provided to anyone other than the chat partner invited to the chat window.
  • the instant messenger service has a higher rate of service requests per second than other types of services. However, since the size of the request data is small, the instant messenger service has not suffered any problems.
  • Embodiments of the present invention provide a closed data sharing service data management method and system capable of minimizing performance degradation of an instance messenger server and improving resource usage efficiency using characteristics of the instant messenger service.
  • An instant messenger service data management method includes a method of managing data in an instant messenger server, the method comprising: creating a chat room for a plurality of conversation members; Receiving and storing data uploaded by at least one member of the plurality of conversation members; Determining whether the data is downloaded by the remaining conversation members within a predetermined period of time; And when the data is downloaded by the remaining conversation members within the predetermined period, moving the data to a predetermined specific server and storing the data.
  • the method may further include moving the data to the specific server and storing the data if the data is not downloaded by all of the remaining conversation members during the predetermined period.
  • the method according to the present invention further comprises providing downlink information of the data stored in the specific server to the corresponding conversation member upon request for downloading of the data by the conversation member while the data is stored in the specific server. It may include.
  • the method according to the present invention may further comprise the step of receiving the data from the particular server and providing it to the corresponding chat member upon request for downloading of the data by the chat member with the data stored in the particular server. have.
  • the determining of whether to download the data may determine whether to download the data by all the remaining conversation members during the predetermined period from the time of uploading the data.
  • the data may be moved to the specific server and stored when the data is downloaded by all remaining conversation members.
  • the data may be data having a size of a predetermined capacity or more.
  • Instant messenger service data management system includes a generation unit for generating a chat room for a plurality of chat members; A storage unit for receiving and storing data uploaded by at least one member of the plurality of conversation members; A determination unit which determines whether or not to download the data by the remaining conversation members within a predetermined period of time; And a determination unit that, when the data is downloaded by the remaining conversation members within the predetermined period, decides to move and store the data to a specific server predetermined in advance.
  • the determining unit may determine to move and store the data to the specific server when the data is not downloaded by all the other conversation members during the predetermined period.
  • system according to the present invention further includes a providing unit for providing downlink information of the data stored in the specific server to the corresponding conversation member when a request for downloading the data by the conversation member while the data is stored in the specific server. can do.
  • system according to the present invention may further include a providing unit for receiving the data from the specific server to provide to the chat member when the download request of the data by the chat member while the data is stored in the particular server. have.
  • the determination unit may determine whether the data is downloaded by all the remaining conversation members during the predetermined period from the time of uploading the data.
  • the determining unit may determine to move and store the data to the specific server at the time when the data is downloaded by all the other conversation members.
  • the data may be data having a size of a predetermined capacity or more.
  • a method for managing data in a closed data sharing service includes: generating a data sharing space for a plurality of data sharing members in a data management method in a closed data sharing service server; Receiving and storing data uploaded by at least one member of the plurality of data sharing members; Determining whether to download the data by the remaining data sharing members within a predetermined period of time; And when the data is downloaded by the remaining data sharing member within the predetermined period, moving the data to a predetermined specific server and storing the data.
  • Embodiments of the present invention can minimize the performance degradation of the instance messenger server and improve resource usage efficiency by using the characteristics of the instance messenger service.
  • data that is frequently requested is placed in a server having better performance, and data that is rarely requested is stored in a server having higher efficiency, thereby reducing maintenance costs and operating costs while minimizing performance degradation.
  • Embodiments of the present invention by determining the storage location of the data in consideration of the number of the chat members and the number of downloads constituting the chat room, it is possible to minimize the performance degradation and improve resource usage efficiency.
  • FIG. 1 illustrates a configuration of an instance messenger service data management system according to an embodiment of the present invention.
  • FIG. 2 shows an embodiment configuration of the first server shown in FIG. 1.
  • Figure 3 shows an exemplary view for explaining the operation of the present invention.
  • FIG. 4 is a flowchart illustrating an operation of a method for managing instant messenger service data according to an embodiment of the present invention.
  • Figure 5 shows a flow diagram of one embodiment further operation of the method according to the invention.
  • Figure 6 shows a further operational flow of another embodiment of the method according to the invention.
  • the server providing the instant messenger service is responsible for delivering a talker's conversation, picture, video, voice, etc. to a contact or conversation member in the same chat room. At this time, since the number of conversation members is determined, the server rarely transmits data again after transmitting the determined number.
  • the user may look up the previously downloaded or sent photos again, but in this case, since the data is retrieved from the cache space of the device without requesting the server, it is irrelevant to the server. That is, after transmitting data as many conversation members, the server stores data only for unusual situations such as retransmission requests due to internal policies and network errors. This data does not have to be stored on a high-performance server, and migration to backup disks does not affect quality of service.
  • Embodiments of the present invention consider the time at which data is generated in the server providing the instant messenger service (the time the conversation member uploaded the data and received at the server, the request rate (or access rate), the number of conversation members, the number of downloads, etc.). By managing the data, it is possible to minimize the performance degradation of the server and improve the efficiency of resource usage, and to reduce the capital investment cost, maintenance cost, and power consumption of the instant messenger service.
  • the instant messenger service is an example of a closed data sharing service.
  • the present invention is a closed data sharing service data management method and system, which will be described in detail using the instant messenger service.
  • FIG. 1 illustrates a configuration of an instance messenger service data management system according to an embodiment of the present invention.
  • a system 100 includes a first server 110 and a second server 120.
  • the first server 110 is a main server that provides an instance messenger service, and may be a high performance server that stores data having a high request rate.
  • the first server 110 is a main server that provides an instance messenger service, for example, KakaoTalk, Line, etc., and creates a chat room in which users, for example, user A, user B, and user C, are conversation members.
  • Receiving and storing data transmitted or uploaded by a chat member of a chat room, for example, voice, file, video, photo, etc., and providing data sent by the member to another member upon request by another chat member. can do.
  • the first server 110 creates a chat room for a plurality of chat members, receives and stores the uploaded data when data is transmitted or uploaded by one of the chat members of the chat room, for example, user A, If the stored data has elapsed for a predetermined period of time, e.g. within one to two weeks, for all remaining conversation members, whether downloaded by User B, User C, or downloaded by a member, for example, Move and save the data to the second server and delete the stored data.
  • a predetermined period of time e.g. within one to two weeks
  • the first server 110 determines that the data is the old data (cold data) when all of the conversation members are downloaded by the chat members in a state in which the data is not generated at a point in time when the data is generated, and the second server as the backup server.
  • the server 120 By moving to the server 120 and storing the data and deleting the data stored in the first server 110, performance degradation of the first server 110 may be minimized and resource efficiency may be improved.
  • the first server 110 determines that this data is also old and moves the corresponding data to the second server 120.
  • the data may be stored and deleted from the first server 110.
  • the second server 1210 is a backup server that stores data determined by the first server 110, for example, old data.
  • the second server 1210 has a lower performance than the first server 110, but is not included in the first server 110. It is a server with good efficiency.
  • the second server 120 may provide the stored data to the first server 110 when requested by the first server 110, and provide downlink information on the stored data to the first server 110 or correspondingly. Data can also be sent to the requesting user device.
  • the first server 110 is cold data when the age of the data to be transmitted by the server (time or period elapsed from the time of data generation) passes a certain period or the request rate passes a certain size.
  • the second server 12 which is a backup disk as well as the number of conversation members, it is determined to be old data regardless of age and request rate, and is moved to the second server 120 for storage.
  • efficiency can be improved while minimizing performance degradation of the first server 110.
  • FIG. 1 illustrates the case where the instant messenger service system is configured with two servers
  • an example messenger service system may include a plurality of servers if not limited thereto. That is, FIG. 1 illustrates only two layers using only two servers, but may have two or more layers, and a policy for distributing and storing data in each layer may be a policy.
  • a first server which is a main server providing an instance messenger service, and a plurality of backup servers according to the type of transmission data may be configured.
  • the instant messenger service system may be configured to include a backup server according to data type such as a high performance server, a video data backup server, a voice data backup server, a photo data backup server, and the like.
  • a system according to an embodiment of the present invention may be applied to a distributed file system.
  • the distributed file system divides and replicates a file or data to be stored and stores the data in multiple storage servers.
  • the storage file system follows a predetermined policy. These policies vary greatly depending on the type of distributed file system, and the policies can affect the performance and efficiency of the server.
  • the instant messenger service is very different from other services, it is advantageous to use a separate policy rather than a general policy. Therefore, by considering the number of conversation members, it is possible to minimize the performance degradation of the server and improve efficiency. .
  • FIG. 2 shows an embodiment configuration of the first server shown in FIG. 1.
  • the first server 110 includes a generator 210, a storage 220, a determiner 230, a determiner 240, and a provider 250.
  • the generation unit 210 generates a chat room for the instance messenger service.
  • the chat room may be created at the request of users using the instant messenger service, and the chat members constituting the chat room may be at least two people.
  • the chat room may be configured as one person when a plurality of conversation members constituting the chat room leave the chat room.
  • the storage unit 220 receives and stores data uploaded or transmitted by one of the plurality of conversation members constituting the chat room, and the uploaded data has data having a predetermined size or more, such as voice, video, or photo. Can be.
  • the storage unit 220 may store various software, data, etc. for providing an instant messenger service, and may store data for performing the present invention.
  • the determination unit 230 determines whether the uploaded data has been downloaded by all remaining conversation members within a predetermined period of time, and whether or not it is old data.
  • the determination unit 230 uses the request rate (or access rate) for downloading data and the number of conversation members, and if the number of downloads is equal to the number of remaining conversation members for a predetermined period from the time of data upload, all remaining conversation members are uploaded. For example, it may be determined that the data has been downloaded.
  • the determination unit 230 may determine whether the data is downloaded by all the remaining chat members for a predetermined period from the time when the uploaded data is stored, and when the data is downloaded by all the other chat members, the determination unit 230 may determine the corresponding data as old data. have.
  • the determination unit 240 determines the movement of the uploaded data to a predetermined specific server, that is, the second server.
  • the determination unit 240 may delete the data after moving the data to the second server and storing the data at the time when the data is downloaded by all remaining conversation members.
  • the determination unit 240 determines the data as old data, thereby moving the data to the second server and storing the data and deleting the data. do.
  • the provider 250 downloads the data stored in the second server when the data is requested by the chat member while the data is not downloaded by all the other chat members and the data is moved and stored in the second server. In order to do so, it provides downlink information about the data to the conversation members. That is, the member can directly download the data from the second server using the downlink information.
  • the provider 250 may receive the corresponding data stored in the second server and provide the corresponding data to the corresponding conversation member. For example, the provider 250 sends the data to the second server when the data is requested by the chat member while the data is not downloaded by all the other chat members and the data is moved and stored on the second server. Request and receive from the second server and provide the corresponding data to the conversation member. Of course, when the data is provided to the chat member, the data may be deleted at the first server.
  • the first server determines that the data is old because all the members have downloaded the uploaded data, and at the time t2, the second data is determined. It moves to the server and stores it, and deletes the corresponding data from the first server.
  • the first server determines the data as old data at time t3 and moves the data to the second server for storage. Delete the data from the first server. After a certain period of time, the data stored in the second server may be provided to the chat member by request of the chat member after the corresponding time.
  • the system according to the present invention manages data in consideration of the number of conversation members in the first server, which is a high performance server, thereby minimizing performance degradation of the first server and improving efficiency using the second server.
  • data management can reduce server maintenance costs, operating costs, and the like.
  • the system according to the embodiment of the present invention arranges a file on a first server, which is a high performance server, records the number of times while transferring the file, and if the number of conversation members is equal to or larger than the remaining conversation members, Regardless, use a policy to move and store the second server as a backup server. This allows you to migrate unnecessary files to a more efficient server faster, resulting in high efficiency without compromising performance.
  • FIGS. 4 is a flowchart illustrating an operation of a method for managing instant messenger service data according to an embodiment of the present invention, which is a flowchart illustrating operations of the first server 110 illustrated in FIGS. 1 and 2.
  • the method according to an embodiment of the present invention creates a chat room for a plurality of chat members by a user request (S410).
  • the uploaded data is received and stored, and it is determined whether the corresponding data is old by determining whether the data is out of date (S420, S430).
  • the target data for determining whether the old data is data having a size or more than a predetermined capacity may be data such as a voice, a picture, a video, and the like.
  • step S430 if it is determined in step S430 that the corresponding data has elapsed for a predetermined period of time from when the data is uploaded or when the data is stored, the data is determined to be old data, and the data is determined in advance as a specific server. After moving to the second server 120 of FIG. 1 and storing the data, the corresponding data stored in the first server is deleted (S450 and S460).
  • step S430 it is determined whether the corresponding data has been downloaded by all members of the chat room, that is, members other than the members who uploaded or transmitted the data with respect to the corresponding data (S440). .
  • step S440 is a step for determining whether the corresponding data is old data or not by downloading all the conversation members in a state in which the predetermined time has not elapsed.
  • step S440 If it is determined in step S440 that the data has not been downloaded by all members, the process is fed back to step S430 to determine whether the data has passed a predetermined period. By judging the data as old data, the data is moved to a predetermined server, for example, the second server 120 of FIG. 1 at this point in time and stored, and then the corresponding data stored in the first server is deleted (S450, S460).
  • a predetermined server for example, the second server 120 of FIG. 1 at this point in time and stored, and then the corresponding data stored in the first server is deleted (S450, S460).
  • FIG. 5 shows a flow chart of an embodiment of further operation of the method according to the present invention, and shows a flow chart of an embodiment of the providing unit 250 shown in FIG. 2.
  • the method according to the present invention requests the download of the data by the chat member while the data is not downloaded by all the rest of the chat members of the chat room and the data is moved and stored on the second server. If received, the downlink information of the corresponding data is provided to the corresponding conversation member so as to download the corresponding data stored in the second server (S510 and S520).
  • FIG. 5 is a process of directly downloading the corresponding data from the second server using the downlink information of the corresponding data.
  • FIG. 6 shows a flow chart of another embodiment of the method according to the present invention, showing an operation flow of another embodiment of the providing unit 250 shown in FIG.
  • the method according to the present invention requests the download of the data by the chat member while the data is not downloaded by all the rest of the chat members of the chat room and the data is moved and stored on the second server.
  • the corresponding data stored in the second server is requested to the second server so as to download the received data, and the received data is provided to the corresponding conversation members (S610 and S620).
  • the corresponding data may be deleted from the first server.
  • the above instance messenger service is an example of a closed data sharing service, and the above-described embodiments may be applied to the closed data sharing service. That is, the data may be managed by the closed data sharing service server, and the method of managing the data may include creating a data sharing space for the plurality of data sharing members, and generating the data sharing space by at least one member of the plurality of data sharing members. Receives and stores the uploaded data, and determines whether to download the data by the remaining data sharing members within a predetermined period of time, and if the data is downloaded by the remaining data sharing members within a predetermined period of time, the data is moved to a specific predetermined server Can be stored.
  • the closed data sharing service may correspond to the above instant messenger service
  • the data sharing member may correspond to the conversation member
  • the data sharing space may correspond to the chat room.
  • the closed data sharing service management method and system thereof may include all the contents of the above-described instant messenger service data management method and system.
  • the system or apparatus described above may be implemented with hardware components, software components, and / or combinations of hardware components and software components.
  • the systems, devices, and components described in the embodiments may include, for example, processors, controllers, arithmetic logic units (ALUs), digital signal processors, microcomputers, field programmable arrays (FPAs). ), A programmable logic unit (PLU), a microprocessor, or any other device capable of executing and responding to instructions, may be implemented using one or more general purpose or special purpose computers.
  • the processing device may execute an operating system (OS) and one or more software applications running on the operating system.
  • the processing device may also access, store, manipulate, process, and generate data in response to the execution of the software.
  • OS operating system
  • the processing device may also access, store, manipulate, process, and generate data in response to the execution of the software.
  • processing device includes a plurality of processing elements and / or a plurality of types of processing elements. It can be seen that it may include.
  • the processing device may include a plurality of processors or one processor and one controller.
  • other processing configurations are possible, such as parallel processors.
  • the software may include a computer program, code, instructions, or a combination of one or more of the above, and configure the processing device to operate as desired, or process it independently or collectively. You can command the device.
  • Software and / or data may be any type of machine, component, physical device, virtual equipment, computer storage medium or device in order to be interpreted by or to provide instructions or data to the processing device. Or may be permanently or temporarily embodied in a signal wave to be transmitted.
  • the software may be distributed over networked computer systems so that they may be stored or executed in a distributed manner.
  • Software and data may be stored on one or more computer readable recording media.
  • the method according to the embodiments may be embodied in the form of program instructions that may be executed by various computer means and recorded on a computer readable medium.
  • the computer readable medium may include program instructions, data files, data structures, etc. alone or in combination.
  • the program instructions recorded on the media may be those specially designed and constructed for the purposes of the embodiments, or they may be of the kind well-known and available to those having skill in the computer software arts.
  • Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tape, optical media such as CD-ROMs, DVDs, and magnetic disks, such as floppy disks.
  • Examples of program instructions include not only machine code generated by a compiler, but also high-level language code that can be executed by a computer using an interpreter or the like.
  • the hardware device described above may be configured to operate as one or more software modules to perform the operations of the embodiments, and vice versa.

Abstract

Disclosed are a method and a system for managing the data of a closed data sharing service. The method for managing the data of an instance messenger service, according to one embodiment of the present invention, is a method for managing data in an instance messenger server and comprises the steps of: generating a chatting room for a plurality of conversation members; receiving and storing data uploaded by one member among the plurality of conversation members; determining whether the data has been downloaded by all the rest of the conversation members within a certain preset time period; and moving the data to and storing same in a predetermined specific server if the data has been downloaded by all the rest of the conversation members within the certain time period.

Description

폐쇄형 데이터 공유 서비스 데이터 관리 방법 및 시스템Closed data sharing service data management method and system
본 발명은 폐쇄형 데이터 공유 서비스에서의 데이터 관리 기술에 관한 것으로서, 폐쇄형 데이터 공유 서비스 예를 들어, 인스턴스 메신저 서버의 성능 저하를 최소화하고 자원 사용 효율성을 향상시킬 수 있는 폐쇄형 데이터 공유 서비스 데이터 관리 방법 및 시스템에 관한 것이다.The present invention relates to a data management technology in a closed data sharing service, and is a closed data sharing service data management capable of minimizing performance degradation of a closed data sharing service, for example, an instant messenger server and improving resource usage efficiency. It relates to a method and a system.
인스턴스 메신저 서비스(instance messenger service) 예를 들어, 카카오톡, 라인 등을 제공하기 위하여 다수의 서버가 운영된다. 서버는 각 사용자가 전송한 대화, 사진, 동영상, 음성 파일 등의 데이터를 다른 사용자에게 전송하는 역할을 한다. 스마트 기기의 보편화와 네트워크 기술의 발전으로 인스턴스 메신저 서비스는 계속 증가할 것이며, 그 사용자 및 사용률 또한 무한히 증가할 전망이다.Instance messenger service For example, a plurality of servers are operated to provide KakaoTalk, Line, and the like. The server transmits data such as conversations, photos, videos, and voice files transmitted by each user to other users. The instant messenger service will continue to increase due to the generalization of smart devices and the development of network technology, and the user and usage rate will also increase infinitely.
인스턴스 메신저 서비스의 서버가 전달하는 데이터는 인스턴스 메신저 서비스의 특성 상 매우 개인적 정보일 가능성이 높다. 따라서, 인스턴스 메신저 서비스 제공사는 사용자 간에 전송하는 대화, 사진, 동영상, 음성 등을 항시 저장하고 있는 것이 아니고, 일정 기간 예를 들어, 1~2주 동안만 보유하며, 시간이 지난 데이터는 영구 삭제하고 있다. 더구나 전송할 대화, 사진, 동영상, 음성 등의 데이터는 암호화되는 경우가 있으며, 허락된 사용자가 아닐 경우 해당 데이터에 접근할 수 없도록 보안 설정되어 있다. 여기서, 허락된 사용자란 채팅창에 초대되어 있는 대화 상대이다. 즉, 인스턴스 메신저 서비스에서의 데이터는 채팅창에 초대된 대화 상대를 제외하고는 다른 누구에게 제공되지 않고 있다.The data delivered by the server of the instant messenger service is likely to be very personal information due to the nature of the instant messenger service. Therefore, the instant messenger service provider does not always store conversations, photos, videos, and voices transmitted between users, but only retains them for a certain period of time, for example, one to two weeks, and permanently deletes old data. have. In addition, data such as conversations, pictures, videos, and voices to be transmitted may be encrypted, and the data is secured so that the data cannot be accessed unless an authorized user. Here, the allowed user is a chat invite invited to the chat window. In other words, the data in the instant messenger service is not provided to anyone other than the chat partner invited to the chat window.
인스턴스 메신저 서비스는 다른 종류의 서비스에 비해 초당 서비스 요청율이 매우 높지만, 요청 데이터의 크기가 작으므로 큰 문제를 겪지 않았으며, 운영 서버 역시 적절한 효율을 가지고 있었다.The instant messenger service has a higher rate of service requests per second than other types of services. However, since the size of the request data is small, the instant messenger service has not suffered any problems.
그러나, 스마트 기기의 보편화로 인하여, 요청 데이터의 크기가 기하급수적으로 커졌고, 요청율 또한 더욱 높아졌기 때문에 인스턴스 메신저 서비스 제공사는 이를 감당하기 위해 고사양의 서버를 계속 증축하고 있는 실정이다. 서버가 증축되면 유지보수 비용 뿐만 아니라 소비 전력이 매우 많아지기 때문에 서버에서 데이터를 효율적으로 관리하는 것이 매우 중요하다.However, due to the generalization of smart devices, since the size of the request data has increased exponentially and the request rate is higher, the instant messenger service provider continues to expand the high-end server to cope with this. As server expansion increases power consumption as well as maintenance costs, it is very important to manage data efficiently on the server.
따라서, 인스턴스 메신저 서버에서 성능 저하를 최소화하고 효율성을 향상시킬 수 있는 데이터 관리 방법의 필요성이 대두된다. Therefore, there is a need for a data management method that can minimize performance degradation and improve efficiency in an instance messenger server.
본 발명의 실시예들은, 인스턴스 메신저 서비스의 특성을 이용하여 인스턴스 메신저 서버의 성능 저하를 최소화하고 자원 사용 효율성을 향상시킬 수 있는 폐쇄형 데이터 공유 서비스 데이터 관리 방법 및 시스템을 제공한다.Embodiments of the present invention provide a closed data sharing service data management method and system capable of minimizing performance degradation of an instance messenger server and improving resource usage efficiency using characteristics of the instant messenger service.
본 발명의 일 실시예에 따른 인스턴스 메신저 서비스 데이터 관리 방법은 인스턴스 메신저 서버에서의 데이터 관리 방법에 있어서, 복수의 대화 구성원들에 대한 채팅방을 생성하는 단계; 상기 복수의 대화 구성원들 중 적어도 하나의 구성원에 의해 업로드된 데이터를 수신하여 저장하는 단계; 미리 결정된 일정 기간 내에 나머지 대화 구성원에 의한 상기 데이터의 다운로드 여부를 판단하는 단계; 및 상기 일정 기간 내에 상기 나머지 대화 구성원에 의해 상기 데이터가 다운로드되면 상기 데이터를 미리 결정된 특정 서버로 이동시켜 저장하는 단계를 포함한다.An instant messenger service data management method according to an embodiment of the present invention includes a method of managing data in an instant messenger server, the method comprising: creating a chat room for a plurality of conversation members; Receiving and storing data uploaded by at least one member of the plurality of conversation members; Determining whether the data is downloaded by the remaining conversation members within a predetermined period of time; And when the data is downloaded by the remaining conversation members within the predetermined period, moving the data to a predetermined specific server and storing the data.
나아가, 본 발명에 따른 방법은 상기 일정 기간 동안 상기 나머지 대화 구성원 모두에 의해 상기 데이터가 다운로드되지 않으면 상기 데이터를 상기 특정 서버로 이동시켜 저장하는 단계를 더 포함할 수 있다.Furthermore, the method may further include moving the data to the specific server and storing the data if the data is not downloaded by all of the remaining conversation members during the predetermined period.
더 나아가, 본 발명에 따른 방법은 상기 데이터가 상기 특정 서버에 저장된 상태에서 대화 구성원에 의한 상기 데이터의 다운로드 요청 시 상기 특정 서버에 저장된 상기 데이터의 다운 링크 정보를 해당 대화 구성원에게 제공하는 단계를 더 포함할 수 있다.Furthermore, the method according to the present invention further comprises providing downlink information of the data stored in the specific server to the corresponding conversation member upon request for downloading of the data by the conversation member while the data is stored in the specific server. It may include.
더 나아가, 본 발명에 따른 방법은 상기 데이터가 상기 특정 서버에 저장된 상태에서 대화 구성원에 의한 상기 데이터의 다운로드 요청 시 상기 특정 서버로부터 상기 데이터를 수신하여 해당 대화 구성원에게 제공하는 단계를 더 포함할 수 있다.Furthermore, the method according to the present invention may further comprise the step of receiving the data from the particular server and providing it to the corresponding chat member upon request for downloading of the data by the chat member with the data stored in the particular server. have.
상기 데이터의 다운로드 여부를 판단하는 단계는 상기 데이터의 업로드 시점에서부터 상기 일정 기간 동안 상기 나머지 대화 구성원 모두에 의한 상기 데이터의 다운로드 여부를 판단할 수 있다.The determining of whether to download the data may determine whether to download the data by all the remaining conversation members during the predetermined period from the time of uploading the data.
상기 특정 서버로 이동시켜 저장하는 단계는 상기 나머지 대화 구성원 모두에 의해 상기 데이터가 다운로드된 시점에 상기 데이터를 상기 특정 서버로 이동시켜 저장할 수 있다.In the moving and storing of the specific server, the data may be moved to the specific server and stored when the data is downloaded by all remaining conversation members.
상기 데이터는 일정 용량 이상의 크기를 가지는 데이터일 수 있다.The data may be data having a size of a predetermined capacity or more.
본 발명의 일 실시예에 따른 인스턴스 메신저 서비스 데이터 관리 시스템은 복수의 대화 구성원들에 대한 채팅방을 생성하는 생성부; 상기 복수의 대화 구성원들 중 적어도 하나의 구성원에 의해 업로드된 데이터를 수신하여 저장하는 저장부; 미리 결정된 일정 기간 내에 나머지 대화 구성원에 의한 상기 데이터의 다운로드 여부를 판단하는 판단부; 및 상기 일정 기간 내에 상기 나머지 대화 구성원에 의해 상기 데이터가 다운로드되면 상기 데이터에 대해 미리 결정된 특정 서버로의 이동 저장을 결정하는 결정부를 포함한다.Instant messenger service data management system according to an embodiment of the present invention includes a generation unit for generating a chat room for a plurality of chat members; A storage unit for receiving and storing data uploaded by at least one member of the plurality of conversation members; A determination unit which determines whether or not to download the data by the remaining conversation members within a predetermined period of time; And a determination unit that, when the data is downloaded by the remaining conversation members within the predetermined period, decides to move and store the data to a specific server predetermined in advance.
상기 결정부는 상기 일정 기간 동안 상기 나머지 대화 구성원 모두에 의해 상기 데이터가 다운로드되지 않으면 상기 데이터에 대해 상기 특정 서버로의 이동 저장을 결정할 수 있다.The determining unit may determine to move and store the data to the specific server when the data is not downloaded by all the other conversation members during the predetermined period.
나아가, 본 발명에 따른 시스템은 상기 데이터가 상기 특정 서버에 저장된 상태에서 대화 구성원에 의한 상기 데이터의 다운로드 요청 시 상기 특정 서버에 저장된 상기 데이터의 다운 링크 정보를 해당 대화 구성원에게 제공하는 제공부를 더 포함할 수 있다.Furthermore, the system according to the present invention further includes a providing unit for providing downlink information of the data stored in the specific server to the corresponding conversation member when a request for downloading the data by the conversation member while the data is stored in the specific server. can do.
더 나아가, 본 발명에 따른 시스템은 상기 데이터가 상기 특정 서버에 저장된 상태에서 대화 구성원에 의한 상기 데이터의 다운로드 요청 시 상기 특정 서버로부터 상기 데이터를 수신하여 해당 대화 구성원에게 제공하는 제공부를 더 포함할 수 있다.Furthermore, the system according to the present invention may further include a providing unit for receiving the data from the specific server to provide to the chat member when the download request of the data by the chat member while the data is stored in the particular server. have.
상기 판단부는 상기 데이터의 업로드 시점에서부터 상기 일정 기간 동안 상기 나머지 대화 구성원 모두에 의한 상기 데이터의 다운로드 여부를 판단할 수 있다.The determination unit may determine whether the data is downloaded by all the remaining conversation members during the predetermined period from the time of uploading the data.
상기 결정부는 상기 나머지 대화 구성원 모두에 의해 상기 데이터가 다운로드된 시점에 상기 데이터에 대해 상기 특정 서버로의 이동 저장을 결정할 수 있다.The determining unit may determine to move and store the data to the specific server at the time when the data is downloaded by all the other conversation members.
상기 데이터는 일정 용량 이상의 크기를 가지는 데이터일 수 있다.The data may be data having a size of a predetermined capacity or more.
본 발명의 일 실시예에 따른 폐쇄형 데이터 공유 서비스 데이터 관리 방법은 폐쇄형 데이터 공유 서비스 서버에서의 데이터 관리 방법에 있어서, 복수의 데이터 공유 구성원들에 대한 데이터 공유 공간을 생성하는 단계; 상기 복수의 데이터 공유 구성원들 중 적어도 하나의 구성원에 의해 업로드된 데이터를 수신하여 저장하는 단계; 미리 결정된 일정 기간 내에 나머지 데이터 공유 구성원에 의한 상기 데이터의 다운로드 여부를 판단하는 단계; 및 상기 일정 기간 내에 상기 나머지 데이터 공유 구성원에 의해 상기 데이터가 다운로드되면 상기 데이터를 미리 결정된 특정 서버로 이동시켜 저장하는 단계를 포함한다.In accordance with an aspect of the present invention, a method for managing data in a closed data sharing service includes: generating a data sharing space for a plurality of data sharing members in a data management method in a closed data sharing service server; Receiving and storing data uploaded by at least one member of the plurality of data sharing members; Determining whether to download the data by the remaining data sharing members within a predetermined period of time; And when the data is downloaded by the remaining data sharing member within the predetermined period, moving the data to a predetermined specific server and storing the data.
본 발명의 실시예들은, 인스턴스 메신저 서비스의 특성을 이용하여 인스턴스 메신저 서버의 성능 저하를 최소화하고 자원 사용 효율성을 향상시킬 수 있다.Embodiments of the present invention can minimize the performance degradation of the instance messenger server and improve resource usage efficiency by using the characteristics of the instance messenger service.
본 발명의 실시예들은 자주 요청 받는 데이터를 성능이 더 좋은 서버에 두고, 거의 요청 받지 않는 데이터를 효율이 더 좋은 서버에 저장함으로써, 성능 저하를 최소화하면서 유지비용, 운영비 등을 절감할 수 있다.In the embodiments of the present invention, data that is frequently requested is placed in a server having better performance, and data that is rarely requested is stored in a server having higher efficiency, thereby reducing maintenance costs and operating costs while minimizing performance degradation.
본 발명의 실시예들은, 채팅방을 구성하는 대화 구성원들의 수와 다운로드 수를 고려하여 데이터의 저장 위치를 결정함으로써, 성능 저하를 최소화하고 자원 사용 효율성을 향상시킬 수 있다. Embodiments of the present invention, by determining the storage location of the data in consideration of the number of the chat members and the number of downloads constituting the chat room, it is possible to minimize the performance degradation and improve resource usage efficiency.
도 1은 본 발명의 일 실시예에 따른 인스턴스 메신저 서비스 데이터 관리 시스템에 대한 구성을 나타낸 것이다.1 illustrates a configuration of an instance messenger service data management system according to an embodiment of the present invention.
도 2는 도 1에 도시된 제1 서버에 대한 일 실시예 구성을 나타낸 것이다.FIG. 2 shows an embodiment configuration of the first server shown in FIG. 1.
도 3은 본 발명에 대한 동작을 설명하기 위한 일 예시도를 나타낸 것이다.Figure 3 shows an exemplary view for explaining the operation of the present invention.
도 4는 본 발명의 일 실시예에 따른 인스턴스 메신저 서비스 데이터 관리 방법에 대한 동작 흐름도를 나타낸 것이다.4 is a flowchart illustrating an operation of a method for managing instant messenger service data according to an embodiment of the present invention.
도 5는 본 발명에 따른 방법의 일 실시예 추가 동작 흐름도를 나타낸 것이다.Figure 5 shows a flow diagram of one embodiment further operation of the method according to the invention.
도 6은 본 발명에 따른 방법의 다른 일 실시예 추가 동작 흐름도를 나타낸 것이다.Figure 6 shows a further operational flow of another embodiment of the method according to the invention.
이하, 본 발명에 따른 실시예들을 첨부된 도면을 참조하여 상세하게 설명한다. 그러나 본 발명이 실시예들에 의해 제한되거나 한정되는 것은 아니다. 또한, 각 도면에 제시된 동일한 참조 부호는 동일한 부재를 나타낸다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings. However, the present invention is not limited or limited by the embodiments. Also, like reference numerals in the drawings denote like elements.
인스턴스 메신저 서비스를 제공하는 서버는 말하는 사람의 대화, 사진, 동영상, 음성 등을 같은 채팅방 안에 있는 대화 상대 또는 대화 구성원에게 전달하는 역할을 한다. 이 때, 대화 구성원의 수가 정해져 있으므로, 서버는 정해진 수를 전송한 이후에는 다시 데이터를 전송할 경우는 거의 없다.The server providing the instant messenger service is responsible for delivering a talker's conversation, picture, video, voice, etc. to a contact or conversation member in the same chat room. At this time, since the number of conversation members is determined, the server rarely transmits data again after transmitting the determined number.
물론, 사용자 입장에서는 예전에 다운로드하거나 전송한 사진을 다시 조회하는 경우가 있지만, 이 경우에는 서버로 요청하지 않고 해당 기기 내 캐시 공간에서 데이터를 가져오기 때문에 서버와는 상관이 없다. 즉, 서버는 대화 구성원 수만큼 데이터를 전송한 이후에는 사내 정책 및 네트워크 오류로 인한 재전송 요청 등 특이 상황을 위해서만 데이터를 저장하고 있다. 이러한 데이터는 굳이 고성능 서버에 저장할 필요 없이, 백업 디스크로 이주하여도 서비스 품질(QoS)에 지장이 없다.Of course, the user may look up the previously downloaded or sent photos again, but in this case, since the data is retrieved from the cache space of the device without requesting the server, it is irrelevant to the server. That is, after transmitting data as many conversation members, the server stores data only for unusual situations such as retransmission requests due to internal policies and network errors. This data does not have to be stored on a high-performance server, and migration to backup disks does not affect quality of service.
본 발명의 실시예들은, 인스턴스 메신저 서비스를 제공하는 서버에서 데이터가 생성된 시간(대화 구성원이 데이터를 업로드하여 서버에서 수신한 시간, 요청율(또는 접근율), 대화 구성원 수, 다운로드 수 등을 고려하여 데이터를 관리함으로써, 서버의 성능 저하를 최소화하고 자원 사용 효율성을 향상시킬 수 있으며, 인스턴스 메신저 서비스의 고성능 설비 투자금 절감, 유지보수 비용 절감, 소비 전력 절감하는 것을 그 요지로 한다.Embodiments of the present invention consider the time at which data is generated in the server providing the instant messenger service (the time the conversation member uploaded the data and received at the server, the request rate (or access rate), the number of conversation members, the number of downloads, etc.). By managing the data, it is possible to minimize the performance degradation of the server and improve the efficiency of resource usage, and to reduce the capital investment cost, maintenance cost, and power consumption of the instant messenger service.
인스턴스 메신저 서비스는 폐쇄형 데이터 공유 서비스의 일 예로, 본 발명은 폐쇄형 데이터 공유 서비스 데이터 관리 방법과 시스템이며, 이하 본 발명의 설명에서는 인스턴스 메신저 서비스를 이용하여 상세히 설명한다.The instant messenger service is an example of a closed data sharing service. The present invention is a closed data sharing service data management method and system, which will be described in detail using the instant messenger service.
도 1은 본 발명의 일 실시예에 따른 인스턴스 메신저 서비스 데이터 관리 시스템에 대한 구성을 나타낸 것이다.1 illustrates a configuration of an instance messenger service data management system according to an embodiment of the present invention.
도 1을 참조하면, 본 발명에 따른 시스템(100)은 제1 서버(110)와 제2 서버(120)를 포함한다.Referring to FIG. 1, a system 100 according to the present invention includes a first server 110 and a second server 120.
제1 서버(110)는 인스턴스 메신저 서비스를 제공하는 주요 서버로서, 요청율이 높은 데이터를 저장하는 고성능 서버일 수 있다.The first server 110 is a main server that provides an instance messenger service, and may be a high performance server that stores data having a high request rate.
여기서, 제1 서버(110)는 인스턴스 메신저 서비스 예를 들어, 카카오톡, 라인 등을 제공하는 주요 서버로서, 사용자들 예를 들어, 사용자 A, 사용자 B, 사용자 C를 대화 구성원으로 하는 채팅방을 생성하고, 채팅방의 대화 구성원에 의해 전송된 또는 업로드된 데이터 예를 들어, 음성, 파일, 동영상, 사진 등을 수신하여 저장하며, 다른 대화 구성원에 의한 요청 시 구성원에 의해 전송된 데이터를 다른 구성원에게 제공할 수 있다.Here, the first server 110 is a main server that provides an instance messenger service, for example, KakaoTalk, Line, etc., and creates a chat room in which users, for example, user A, user B, and user C, are conversation members. Receiving and storing data transmitted or uploaded by a chat member of a chat room, for example, voice, file, video, photo, etc., and providing data sent by the member to another member upon request by another chat member. can do.
제1 서버(110)는 복수의 대화 구성원들에 대한 채팅방을 생성하고, 채팅방의 대화 구성원들 중 한 구성원 예를 들어, 사용자 A에 의해 데이터가 전송 또는 업로드되면 업로드된 데이터를 수신하여 저장하며, 저장된 데이터가 미리 결정된 일정 기간 예를 들어, 1~2주 내에 나머지 대화 구성원 모두 예를 들어, 사용자 B, 사용자 C에 의해 다운로드되거나 구성원에 의한 다운로드 여부와 무관하게 데이터 저장 기간이 일정 기간을 경과하면 데이터를 제2 서버로 이동 저장시키고 저장된 데이터를 삭제한다.The first server 110 creates a chat room for a plurality of chat members, receives and stores the uploaded data when data is transmitted or uploaded by one of the chat members of the chat room, for example, user A, If the stored data has elapsed for a predetermined period of time, e.g. within one to two weeks, for all remaining conversation members, whether downloaded by User B, User C, or downloaded by a member, for example, Move and save the data to the second server and delete the stored data.
즉, 제1 서버(110)는 데이터가 생성된 시점에서 일정 기간을 경과하지 않은 상태에서 대화 구성원들에 의해 모두 다운로드된 경우라면 오래된 데이터(cold data)로 판단하여 해당 데이터를 백업 서버인 제2 서버(120)로 이동시켜 저장하고, 제1 서버(110)에 저장된 데이터를 삭제함으로써, 제1 서버(110)의 성능 저하를 최소화하고 자원 사용 효율성을 향상시킬 수 있다.That is, the first server 110 determines that the data is the old data (cold data) when all of the conversation members are downloaded by the chat members in a state in which the data is not generated at a point in time when the data is generated, and the second server as the backup server. By moving to the server 120 and storing the data and deleting the data stored in the first server 110, performance degradation of the first server 110 may be minimized and resource efficiency may be improved.
물론, 제1 서버(110)는 서버가 전송해야 하는 데이터가 생성 시점에서부터 일정 기간을 경과하거나 요청율이 일정 크기 이상이면 이 또한 오래된 데이터로 판단하여 해당 데이터를 제2 서버(120)로 이동시켜 저장하고 해당 데이터를 제1 서버(110)에서 삭제할 수 있다.Of course, if the data to be transmitted by the server passes a certain period from the time of generation or if the request rate is greater than or equal to a certain size, the first server 110 determines that this data is also old and moves the corresponding data to the second server 120. The data may be stored and deleted from the first server 110.
제2 서버(1210)는 제1 서버(110)에 의해 이동 결정된 데이터 예를 들어, 오래된 데이터를 저장하는 백업 서버로서, 제1 서버(110)에 비해 성능은 떨어지지만 제1 서버(110)에 비해 효율이 좋은 서버이다.The second server 1210 is a backup server that stores data determined by the first server 110, for example, old data. The second server 1210 has a lower performance than the first server 110, but is not included in the first server 110. It is a server with good efficiency.
제2 서버(120)는 제1 서버(110)에 의한 요청 시 저장된 데이터를 제1 서버(110)로 제공할 수도 있고, 저장된 데이터에 대한 다운 링크 정보를 제1 서버(110)로 제공하거나 해당 데이터를 요청한 사용자 기기로 전송할 수도 있다.The second server 120 may provide the stored data to the first server 110 when requested by the first server 110, and provide downlink information on the stored data to the first server 110 or correspondingly. Data can also be sent to the requesting user device.
상술한 바와 같이, 제1 서버(110)는 서버가 전송해야 할 데이터의 나이(데이터 생성 시점에서부터 경과한 시간 또는 기간)가 일정 기간을 지나거나 요청율이 일정 크기를 지나면 오래된 데이터(cold data)로 판단하여 백업 디스크인 제2 서버(12)로 옮기는 것 뿐만 아니라 대화 구성원의 수만큼 전송할 경우 나이 및 요청율에 상관없이 오래된 데이터로 판단하여 제2 서버(120)로 이동시켜 저장한다. 따라서, 제1 서버(110)의 성능 저하를 최소화하면서 효율성을 향상시킬 수 있다.As described above, the first server 110 is cold data when the age of the data to be transmitted by the server (time or period elapsed from the time of data generation) passes a certain period or the request rate passes a certain size. In addition to moving to the second server 12 which is a backup disk as well as the number of conversation members, it is determined to be old data regardless of age and request rate, and is moved to the second server 120 for storage. Thus, efficiency can be improved while minimizing performance degradation of the first server 110.
도 1은 인스턴스 메신저 서비스 시스템이 두 개의 서버로 구성된 경우를 예로 설명하였지만, 이에 한정하지 않으면 복수의 서버들로 구성된 경우를 포함할 수 있다. 즉, 도 1은 두 개의 서버만을 사용하는 2계층만을 도시하였지만, 2 개 이상의 계층을 가질 수 있으며, 각 계층에 데이터를 분산 저장하는 기준이 정책일 수 있다.Although FIG. 1 illustrates the case where the instant messenger service system is configured with two servers, an example messenger service system may include a plurality of servers if not limited thereto. That is, FIG. 1 illustrates only two layers using only two servers, but may have two or more layers, and a policy for distributing and storing data in each layer may be a policy.
예를 들어, 인스턴스 메신저 서비스를 제공하는 주요 서버인 제1 서버와, 전송 데이터의 종류에 따른 복수의 백업 서버들을 구성할 수도 있다. 즉, 고성능 서버, 동영상 데이터 백업 서버, 음성 데이터 백업 서버, 사진 데이터 백업 서버 등 데이터 종류에 따른 백업 서버를 포함하도록 인스턴스 메신저 서비스 시스템을 구성할 수도 있다. 이러한 본 발명의 실시예에 따른 시스템은 분산 파일 시스템에 적용할 수도 있다. 분산 파일 시스템은 저장할 파일 또는 데이터를 분할 및 복제하여 다수의 스토리지 서버에 저장하는 것으로, 어느 스토리지 서버에 어느 데이터를 저장할지는 사전에 설정된 정책을 따른다. 이러한 정책은 분산 파일 시스템 종류에 따라 매우 다르며, 정책에 따라 서버의 성능 및 효율이 달라질 수 있다.For example, a first server, which is a main server providing an instance messenger service, and a plurality of backup servers according to the type of transmission data may be configured. That is, the instant messenger service system may be configured to include a backup server according to data type such as a high performance server, a video data backup server, a voice data backup server, a photo data backup server, and the like. Such a system according to an embodiment of the present invention may be applied to a distributed file system. The distributed file system divides and replicates a file or data to be stored and stores the data in multiple storage servers. The storage file system follows a predetermined policy. These policies vary greatly depending on the type of distributed file system, and the policies can affect the performance and efficiency of the server.
인스턴스 메신저 서비스는 다른 서비스와 매우 다른 특성이 있기 때문에 일반적 정책을 사용하기 보다는 별도의 정책을 사용하는 것이 유리하며, 따라서 대화 구성원 수를 고려함으로써, 서버의 성능 저하를 최소화하고 효율성을 향상시킬 수 있다.Because the instant messenger service is very different from other services, it is advantageous to use a separate policy rather than a general policy. Therefore, by considering the number of conversation members, it is possible to minimize the performance degradation of the server and improve efficiency. .
도 2는 도 1에 도시된 제1 서버에 대한 일 실시예 구성을 나타낸 것이다.FIG. 2 shows an embodiment configuration of the first server shown in FIG. 1.
도 2를 참조하면, 제1 서버(110)는 생성부(210), 저장부(220), 판단부(230), 결정부(240) 및 제공부(250)를 포함한다.Referring to FIG. 2, the first server 110 includes a generator 210, a storage 220, a determiner 230, a determiner 240, and a provider 250.
생성부(210)는 인스턴스 메신저 서비스에 대한 채팅방을 생성한다.The generation unit 210 generates a chat room for the instance messenger service.
여기서, 채팅방은 인스턴스 메신저 서비스를 사용하는 사용자들의 요청에 의해 생성될 수 있으며, 채팅방을 구성하는 대화 구성원들은 적어도 두 명 이상일 수 있다. 물론, 채팅방을 구성하는 복수의 대화 구성원들이 채팅방을 나가는 경우 한 명으로 채팅방이 구성될 수도 있다.Here, the chat room may be created at the request of users using the instant messenger service, and the chat members constituting the chat room may be at least two people. Of course, the chat room may be configured as one person when a plurality of conversation members constituting the chat room leave the chat room.
저장부(220)는 채팅방을 구성하는 복수의 대화 구성원들 중 한 구성원에 의해 업로드된 또는 전송된 데이터를 수신하여 저장하며, 업로드되는 데이터는 음성, 동영상, 사진 등과 같은 일정 용량 이상의 크기를 가지는 데이터일 수 있다.The storage unit 220 receives and stores data uploaded or transmitted by one of the plurality of conversation members constituting the chat room, and the uploaded data has data having a predetermined size or more, such as voice, video, or photo. Can be.
이 때, 저장부(220)는 인스턴스 메신저 서비스를 제공하기 위한 다양한 소프트웨어, 데이터 등을 저장할 수 있으며, 본 발명을 수행하기 위한 데이터를 저장할 수 있다.At this time, the storage unit 220 may store various software, data, etc. for providing an instant messenger service, and may store data for performing the present invention.
판단부(230)는 업로드된 데이터에 대해 미리 결정된 일정 기간 내에 나머지 대화 구성원 모두에 의해 다운로드 되었는지 그 여부를 판단하여 오래된 데이터인지 아닌지 판단한다.The determination unit 230 determines whether the uploaded data has been downloaded by all remaining conversation members within a predetermined period of time, and whether or not it is old data.
예컨대, 판단부(230)는 데이터 다운로드를 위한 요청율(또는 접근율)과 대화 구성원들을 수를 이용하여 데이터의 업로드 시점에서부터 일정 기간 동안 다운로드 수가 나머지 대화 구성원 수와 같으면 나머지 대화 구성원들 모두가 업로드된 데이터 예를 들어, 사진을 다운로드 한 것으로 판단할 수 있다.For example, the determination unit 230 uses the request rate (or access rate) for downloading data and the number of conversation members, and if the number of downloads is equal to the number of remaining conversation members for a predetermined period from the time of data upload, all remaining conversation members are uploaded. For example, it may be determined that the data has been downloaded.
즉, 판단부(230)는 업로드된 데이터의 저장 시점에서부터 일정 기간 동안 나머지 대화 구성원 모두에 의한 데이터의 다운로드 여부를 판단하여 나머지 대화 구성원 모두에 의해 데이터가 다운로드되면 해당 데이터를 오래된 데이터로 판단할 수 있다.That is, the determination unit 230 may determine whether the data is downloaded by all the remaining chat members for a predetermined period from the time when the uploaded data is stored, and when the data is downloaded by all the other chat members, the determination unit 230 may determine the corresponding data as old data. have.
결정부(240)는 판단부(230)에 의한 판단 결과 일정 기간 내에 나머지 대화 구성원 모두에 의해 데이터가 다운로드되면 업로드된 데이터에 대해 미리 결정된 특정 서버 즉, 제2 서버로의 이동 저장을 결정한다.If the data is downloaded by all remaining conversation members within a predetermined period of time as a result of the determination by the determination unit 230, the determination unit 240 determines the movement of the uploaded data to a predetermined specific server, that is, the second server.
이 때, 결정부(240)는 나머지 대화 구성원 모두에 의해 해당 데이터가 다운로드된 시점에 해당 데이터를 제2 서버로 이동시켜 저장한 후 해당 데이터를 삭제할 수 있다.In this case, the determination unit 240 may delete the data after moving the data to the second server and storing the data at the time when the data is downloaded by all remaining conversation members.
결정부(240)는 구성원에 의해 전송된 데이터가 일정 기간 동안 나머지 대화 구성원들에 의해 다운로드 되지 않은 경우 해당 데이터를 오래된 데이터로 결정함으로써, 해당 데이터를 제2 서버로 이동시켜 저장하고 해당 데이터를 삭제한다.If the data transmitted by the member is not downloaded by the rest of the conversation members for a certain period of time, the determination unit 240 determines the data as old data, thereby moving the data to the second server and storing the data and deleting the data. do.
제공부(250)는 나머지 대화 구성원들에 모두에 의해 해당 데이터가 다운로드 되지 않고 해당 데이터가 제2 서버에 이동 저장된 상태에서 대화 구성원에 의해 해당 데이터를 요청 받는 경우 제2 서버에 저장된 해당 데이터를 다운로드할 수 있도록, 해당 데이터의 다운 링크 정보를 해당 대화 구성원에게 제공한다. 즉, 해당 구성원은 다운 링크 정보를 이용하여 제2 서버로부터 해당 데이터를 직접 다운로드할 수 있다.The provider 250 downloads the data stored in the second server when the data is requested by the chat member while the data is not downloaded by all the other chat members and the data is moved and stored in the second server. In order to do so, it provides downlink information about the data to the conversation members. That is, the member can directly download the data from the second server using the downlink information.
나아가, 제공부(250)는 제2 서버에 저장된 해당 데이터를 수신하여 해당 대화 구성원에게 제공할 수도 있다. 예컨대, 제공부(250)는 나머지 대화 구성원들에 모두에 의해 해당 데이터가 다운로드 되지 않고 해당 데이터가 제2 서버에 이동 저장된 상태에서 대화 구성원에 의해 해당 데이터를 요청 받는 경우 제2 서버로 해당 데이터를 요청하여 제2 서버로부터 수신하고, 수신된 해당 데이터를 해당 대화 구성원에게 제공한다. 물론, 해당 데이터가 대화 구성원에게 제공되면 해당 데이터는 제1 서버에서 삭제될 수 있다.Furthermore, the provider 250 may receive the corresponding data stored in the second server and provide the corresponding data to the corresponding conversation member. For example, the provider 250 sends the data to the second server when the data is requested by the chat member while the data is not downloaded by all the other chat members and the data is moved and stored on the second server. Request and receive from the second server and provide the corresponding data to the conversation member. Of course, when the data is provided to the chat member, the data may be deleted at the first server.
이와 같은 구성을 포함하는 제1 서버에서의 데이터 관리를 도 3을 참조하여 설명하면 다음과 같다.Data management in the first server including such a configuration will be described with reference to FIG. 3 as follows.
도 3에 도시된 바와 같이, 채팅방의 대화 구성원들 중 한 구성원에 의해 음성, 사진, 동영상 등과 같은 일정 용량 이상의 크기를 가지는 데이터가 전송 또는 업로드되면, 데이터 업로드 시점(t1)부터 일정 기간(T) 동안 나머지 구성원들에 의해 업로드된 데이터가 다운로드 되었는지 판단한다.As shown in FIG. 3, when data having a predetermined size or more, such as a voice, a photo, a video, or the like is transmitted or uploaded by one of the chat members of a chat room, the data uploading time t1 to a predetermined time period T. Determine if the data uploaded by the remaining members has been downloaded.
모든 나머지 구성원들에 의해 t2 시점에서 업로드된 데이터가 다운로드되면, 제1 서버는 업로드된 데이터를 모든 구성원들이 다운로드하였기 때문에 해당 데이터를 오래된 데이터로 판단하고, 해당 시점(t2)에서 해당 데이터를 제2 서버로 이동시켜 저장하며 제1 서버에서 해당 데이터를 삭제한다.When the uploaded data is downloaded by all the remaining members at time t2, the first server determines that the data is old because all the members have downloaded the uploaded data, and at the time t2, the second data is determined. It moves to the server and stores it, and deletes the corresponding data from the first server.
반면, 제1 서버는 업로드된 데이터가 모든 구성원들에 의해 다운로드되지 않은 상태로 일정 기간(T)이 경과되면 t3 시점에 해당 데이터를 오래된 데이터로 판단하여 해당 데이터를 제2 서버로 이동시켜 저장하며 제1 서버에서 해당 데이터를 삭제한다. 일정 기간이 경과되어 제2 서버로 이동 저장된 데이터는 해당 시점 이후에 대화 구성원의 요청에 의해 해당 대화 구성원으로 제공될 수 있다.On the other hand, if a predetermined period (T) has elapsed while the uploaded data is not downloaded by all members, the first server determines the data as old data at time t3 and moves the data to the second server for storage. Delete the data from the first server. After a certain period of time, the data stored in the second server may be provided to the chat member by request of the chat member after the corresponding time.
이와 같이, 본 발명에 따른 시스템은 고성능 서버인 제1 서버에서 대화 구성원들 수를 고려하여 데이터를 관리함으로써, 제1 서버의 성능 저하를 최소화하고 제2 서버를 이용하여 효율성을 향상시킬 수 있다. 그리고, 이러한 데이터 관리를 통해 서버 유지비용, 운영비 등을 절감할 수도 있다.As described above, the system according to the present invention manages data in consideration of the number of conversation members in the first server, which is a high performance server, thereby minimizing performance degradation of the first server and improving efficiency using the second server. In addition, such data management can reduce server maintenance costs, operating costs, and the like.
상술한 바와 같이, 본 발명의 실시예에 따른 시스템은 고성능 서버인 제1 서버에 파일을 배치했다가, 파일을 전송하면서 그 횟수를 기록하고 나머지 대화 구성원 수 이상이면, 파일의 나이 및 요청율에 상관없이 백업 서버인 제2 서버로 이동시켜 저장하는 정책을 사용한다. 이는 불필요한 파일을 보다 빠르게 효율이 좋은 서버로 이주시킴으로써, 성능 저하 없이 높은 효율을 얻을 수 있다.As described above, the system according to the embodiment of the present invention arranges a file on a first server, which is a high performance server, records the number of times while transferring the file, and if the number of conversation members is equal to or larger than the remaining conversation members, Regardless, use a policy to move and store the second server as a backup server. This allows you to migrate unnecessary files to a more efficient server faster, resulting in high efficiency without compromising performance.
도 4는 본 발명의 일 실시예에 따른 인스턴스 메신저 서비스 데이터 관리 방법에 대한 동작 흐름도를 나타낸 것으로 도 1과 도 2에 도시된 제1 서버(110)에서의 동작 흐름도를 나타낸 것이다.4 is a flowchart illustrating an operation of a method for managing instant messenger service data according to an embodiment of the present invention, which is a flowchart illustrating operations of the first server 110 illustrated in FIGS. 1 and 2.
도 4를 참조하면, 본 발명의 실시예에 따른 방법은 사용자 요청에 의하여 복수의 대화 구성원들에 대한 채팅방을 생성한다(S410).Referring to FIG. 4, the method according to an embodiment of the present invention creates a chat room for a plurality of chat members by a user request (S410).
채팅방의 대화 구성원들 중 한 구성원에 의해 데이터가 업로드 또는 전송되면 업로드된 데이터를 수신하여 저장하고, 해당 데이터에 대해 일정 기간이 경과하였는지 판단하여 해당 데이터가 오래된 데이터인지 판단한다(S420, S430).When the data is uploaded or transmitted by one of the chat members of the chat room, the uploaded data is received and stored, and it is determined whether the corresponding data is old by determining whether the data is out of date (S420, S430).
여기서, 오래된 데이터 여부를 판단하는 대상 데이터는 일정 용량 이상의 크기를 가지는 데이터로, 음성, 사진, 동영상 등과 같은 데이터일 수 있다.Here, the target data for determining whether the old data is data having a size or more than a predetermined capacity may be data such as a voice, a picture, a video, and the like.
이 때, 단계 S430 판단 결과, 해당 데이터가 해당 데이터가 업로드된 시점 또는 해당 데이터가 저장된 시점에서부터 일정 기간 경과한 것으로 판단되면 해당 데이터를 오래된 데이터로 판단하고, 해당 데이터를 미리 결정된 특정 서버 예를 들어, 도 1의 제2 서버(120)로 이동시켜 저장한 후 제1 서버에 저장된 해당 데이터를 삭제한다(S450, S460).At this time, if it is determined in step S430 that the corresponding data has elapsed for a predetermined period of time from when the data is uploaded or when the data is stored, the data is determined to be old data, and the data is determined in advance as a specific server. After moving to the second server 120 of FIG. 1 and storing the data, the corresponding data stored in the first server is deleted (S450 and S460).
단계 S430에 의해 해당 데이터가 일정 기간을 경과하지 않은 경우에는 해당 데이터에 대해 채팅방의 모든 구성원 즉, 데이터를 업로드 또는 전송한 구성원 이외의 나머지 대화 구성원들에 의해 해당 데이터가 다운로드 되었는지 판단한다(S440).If the corresponding data has not passed a certain period by step S430, it is determined whether the corresponding data has been downloaded by all members of the chat room, that is, members other than the members who uploaded or transmitted the data with respect to the corresponding data (S440). .
즉, S440은 해당 데이터가 일정 기간을 경과하지 않은 상태에서 모든 대화 구성원들의 다운로드 여부를 통해 오래된 데이터인지 아닌지를 판단하기 위한 단계이다.That is, step S440 is a step for determining whether the corresponding data is old data or not by downloading all the conversation members in a state in which the predetermined time has not elapsed.
단계 S440 판단 결과, 해당 데이터가 모든 구성원에 의해 다운로드 되지 않은 상태라면 단계 S430으로 피드백하여 해당 데이터가 일정 기간을 경과하였는지를 다시 판단하면, 단계 S440 판단 결과 해당 데이터가 모든 구성원에 의해 다운로드된 상태라면 해당 데이터를 오래된 데이터로 판단함으로써, 해당 시점에서 해당 데이터를 미리 결정된 특정 서버 예를 들어, 도 1의 제2 서버(120)로 이동시켜 저장한 후 제1 서버에 저장된 해당 데이터를 삭제한다(S450, S460).If it is determined in step S440 that the data has not been downloaded by all members, the process is fed back to step S430 to determine whether the data has passed a predetermined period. By judging the data as old data, the data is moved to a predetermined server, for example, the second server 120 of FIG. 1 at this point in time and stored, and then the corresponding data stored in the first server is deleted (S450, S460).
도 5는 본 발명에 따른 방법의 일 실시예 추가 동작 흐름도를 나타낸 것으로, 도 2에 도시된 제공부(250)에 대한 일 실시예의 동작 흐름도를 나타낸 것이다.\FIG. 5 shows a flow chart of an embodiment of further operation of the method according to the present invention, and shows a flow chart of an embodiment of the providing unit 250 shown in FIG. 2.
도 5에 도시된 바와 같이, 본 발명에 따른 방법은 채팅방의 나머지 대화 구성원들에 모두에 의해 해당 데이터가 다운로드 되지 않고 해당 데이터가 제2 서버에 이동 저장된 상태에서 대화 구성원에 의해 해당 데이터의 다운로드 요청이 수신되면 제2 서버에 저장된 해당 데이터를 다운로드할 수 있도록, 해당 데이터의 다운 링크 정보를 해당 대화 구성원에게 제공한다(S510, S520).As shown in Fig. 5, the method according to the present invention requests the download of the data by the chat member while the data is not downloaded by all the rest of the chat members of the chat room and the data is moved and stored on the second server. If received, the downlink information of the corresponding data is provided to the corresponding conversation member so as to download the corresponding data stored in the second server (S510 and S520).
상술한 바와 같이, 도 5는 해당 데이터의 다운 링크 정보를 이용하여 제2 서버로부터 해당 데이터를 직접 다운로드하는 과정이다.As described above, FIG. 5 is a process of directly downloading the corresponding data from the second server using the downlink information of the corresponding data.
도 6은 본 발명에 따른 방법의 다른 일 실시예 추가 동작 흐름도를 나타낸 것으로, 도 2에 도시된 제공부(250)에 대한 다른 일 실시예의 동작 흐름도를 나타낸 것이다.FIG. 6 shows a flow chart of another embodiment of the method according to the present invention, showing an operation flow of another embodiment of the providing unit 250 shown in FIG.
도 6에 도시된 바와 같이, 본 발명에 따른 방법은 채팅방의 나머지 대화 구성원들에 모두에 의해 해당 데이터가 다운로드 되지 않고 해당 데이터가 제2 서버에 이동 저장된 상태에서 대화 구성원에 의해 해당 데이터의 다운로드 요청이 수신되면 제2 서버에 저장된 해당 데이터를 다운로드할 수 있도록, 해당 데이터를 제2 서버로 요청하여 수신하고 수신된 해당 데이터를 해당 대화 구성원에게 제공한다(S610, S620).As shown in Fig. 6, the method according to the present invention requests the download of the data by the chat member while the data is not downloaded by all the rest of the chat members of the chat room and the data is moved and stored on the second server. When the received data is received, the corresponding data stored in the second server is requested to the second server so as to download the received data, and the received data is provided to the corresponding conversation members (S610 and S620).
이 때, 단계 S620에 의해 해당 데이터가 대화 구성원에게 제공되면 해당 데이터는 제1 서버에서 삭제될 수 있다.At this time, if the corresponding data is provided to the chat member by step S620, the corresponding data may be deleted from the first server.
상술한 인스턴스 메신저 서비스는 폐쇄형 데이터 공유 서비스의 일 예로, 상술한 실시예들은 폐쇄형 데이터 공유 서비스에 적용될 수 있다. 즉, 폐쇄형 데이터 공유 서비스 서버에서 데이터를 관리할 수 있으며, 데이터를 관리하는 방법은 복수의 데이터 공유 구성원들에 대한 데이터 공유 공간을 생성하고, 복수의 데이터 공유 구성원들 중 적어도 하나의 구성원에 의해 업로드된 데이터를 수신하여 저장하며, 미리 결정된 일정 기간 내에 나머지 데이터 공유 구성원에 의한 데이터의 다운로드 여부를 판단하고, 일정 기간 내에 나머지 데이터 공유 구성원에 의해 데이터가 다운로드되면 데이터를 미리 결정된 특정 서버로 이동시켜 저장할 수 있다.The above instance messenger service is an example of a closed data sharing service, and the above-described embodiments may be applied to the closed data sharing service. That is, the data may be managed by the closed data sharing service server, and the method of managing the data may include creating a data sharing space for the plurality of data sharing members, and generating the data sharing space by at least one member of the plurality of data sharing members. Receives and stores the uploaded data, and determines whether to download the data by the remaining data sharing members within a predetermined period of time, and if the data is downloaded by the remaining data sharing members within a predetermined period of time, the data is moved to a specific predetermined server Can be stored.
여기서, 폐쇄형 데이터 공유 서비스는 상술한 인스턴스 메신저 서비스에 대응할 수 있고, 데이터 공유 구성원은 대화 구성원에 대응할 수 있으며, 데이터 공유 공간은 채팅방에 대응할 수 있다.Here, the closed data sharing service may correspond to the above instant messenger service, the data sharing member may correspond to the conversation member, and the data sharing space may correspond to the chat room.
이와 같이, 본 발명의 실시예에 따른 폐쇄형 데이터 공유 서비스 관리 방법 및 이에 대한 시스템은 상술한 인스턴스 메신저 서비스 데이터 관리 방법 및 시스템의 모든 내용을 포함할 수 있다.As such, the closed data sharing service management method and system thereof according to the embodiment of the present invention may include all the contents of the above-described instant messenger service data management method and system.
이상에서 설명된 시스템 또는 장치는 하드웨어 구성요소, 소프트웨어 구성요소, 및/또는 하드웨어 구성요소 및 소프트웨어 구성요소의 조합으로 구현될 수 있다. 예를 들어, 실시예들에서 설명된 시스템, 장치 및 구성요소는, 예를 들어, 프로세서, 콘트롤러, ALU(arithmetic logic unit), 디지털 신호 프로세서(digital signal processor), 마이크로컴퓨터, FPA(field programmable array), PLU(programmable logic unit), 마이크로프로세서, 또는 명령(instruction)을 실행하고 응답할 수 있는 다른 어떠한 장치와 같이, 하나 이상의 범용 컴퓨터 또는 특수 목적 컴퓨터를 이용하여 구현될 수 있다. 처리 장치는 운영 체제(OS) 및 상기 운영 체제 상에서 수행되는 하나 이상의 소프트웨어 애플리케이션을 수행할 수 있다. 또한, 처리 장치는 소프트웨어의 실행에 응답하여, 데이터를 접근, 저장, 조작, 처리 및 생성할 수도 있다. 이해의 편의를 위하여, 처리 장치는 하나가 사용되는 것으로 설명된 경우도 있지만, 해당 기술분야에서 통상의 지식을 가진 자는, 처리 장치가 복수 개의 처리 요소(processing element) 및/또는 복수 유형의 처리 요소를 포함할 수 있음을 알 수 있다. 예를 들어, 처리 장치는 복수 개의 프로세서 또는 하나의 프로세서 및 하나의 콘트롤러를 포함할 수 있다. 또한, 병렬 프로세서(parallel processor)와 같은, 다른 처리 구성(processing configuration)도 가능하다.The system or apparatus described above may be implemented with hardware components, software components, and / or combinations of hardware components and software components. For example, the systems, devices, and components described in the embodiments may include, for example, processors, controllers, arithmetic logic units (ALUs), digital signal processors, microcomputers, field programmable arrays (FPAs). ), A programmable logic unit (PLU), a microprocessor, or any other device capable of executing and responding to instructions, may be implemented using one or more general purpose or special purpose computers. The processing device may execute an operating system (OS) and one or more software applications running on the operating system. The processing device may also access, store, manipulate, process, and generate data in response to the execution of the software. For convenience of explanation, one processing device may be described as being used, but one of ordinary skill in the art will appreciate that the processing device includes a plurality of processing elements and / or a plurality of types of processing elements. It can be seen that it may include. For example, the processing device may include a plurality of processors or one processor and one controller. In addition, other processing configurations are possible, such as parallel processors.
소프트웨어는 컴퓨터 프로그램(computer program), 코드(code), 명령(instruction), 또는 이들 중 하나 이상의 조합을 포함할 수 있으며, 원하는 대로 동작하도록 처리 장치를 구성하거나 독립적으로 또는 결합적으로(collectively) 처리 장치를 명령할 수 있다. 소프트웨어 및/또는 데이터는, 처리 장치에 의하여 해석되거나 처리 장치에 명령 또는 데이터를 제공하기 위하여, 어떤 유형의 기계, 구성요소(component), 물리적 장치, 가상 장치(virtual equipment), 컴퓨터 저장 매체 또는 장치, 또는 전송되는 신호 파(signal wave)에 영구적으로, 또는 일시적으로 구체화(embody)될 수 있다. 소프트웨어는 네트워크로 연결된 컴퓨터 시스템 상에 분산되어서, 분산된 방법으로 저장되거나 실행될 수도 있다. 소프트웨어 및 데이터는 하나 이상의 컴퓨터 판독 가능 기록 매체에 저장될 수 있다.The software may include a computer program, code, instructions, or a combination of one or more of the above, and configure the processing device to operate as desired, or process it independently or collectively. You can command the device. Software and / or data may be any type of machine, component, physical device, virtual equipment, computer storage medium or device in order to be interpreted by or to provide instructions or data to the processing device. Or may be permanently or temporarily embodied in a signal wave to be transmitted. The software may be distributed over networked computer systems so that they may be stored or executed in a distributed manner. Software and data may be stored on one or more computer readable recording media.
실시예들에 따른 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 실시예를 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 상기된 하드웨어 장치는 실시예의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.The method according to the embodiments may be embodied in the form of program instructions that may be executed by various computer means and recorded on a computer readable medium. The computer readable medium may include program instructions, data files, data structures, etc. alone or in combination. The program instructions recorded on the media may be those specially designed and constructed for the purposes of the embodiments, or they may be of the kind well-known and available to those having skill in the computer software arts. Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tape, optical media such as CD-ROMs, DVDs, and magnetic disks, such as floppy disks. Magneto-optical media, and hardware devices specifically configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like. Examples of program instructions include not only machine code generated by a compiler, but also high-level language code that can be executed by a computer using an interpreter or the like. The hardware device described above may be configured to operate as one or more software modules to perform the operations of the embodiments, and vice versa.
이상과 같이 실시예들이 비록 한정된 실시예와 도면에 의해 설명되었으나, 해당 기술분야에서 통상의 지식을 가진 자라면 상기의 기재로부터 다양한 수정 및 변형이 가능하다. 예를 들어, 설명된 기술들이 설명된 방법과 다른 순서로 수행되거나, 및/또는 설명된 시스템, 구조, 장치, 회로 등의 구성요소들이 설명된 방법과 다른 형태로 결합 또는 조합되거나, 다른 구성요소 또는 균등물에 의하여 대치되거나 치환되더라도 적절한 결과가 달성될 수 있다.Although the embodiments have been described by the limited embodiments and the drawings as described above, various modifications and variations are possible to those skilled in the art from the above description. For example, the described techniques may be performed in a different order than the described method, and / or components of the described systems, structures, devices, circuits, etc. may be combined or combined in a different form than the described method, or other components. Or even if replaced or substituted by equivalents, an appropriate result can be achieved.
그러므로, 다른 구현들, 다른 실시예들 및 특허청구범위와 균등한 것들도 후술하는 특허청구범위의 범위에 속한다.Therefore, other implementations, other embodiments, and equivalents to the claims are within the scope of the claims that follow.

Claims (15)

  1. 인스턴스 메신저 서버에서의 데이터 관리 방법에 있어서,In the data management method in the instance messenger server,
    복수의 대화 구성원들에 대한 채팅방을 생성하는 단계;Creating a chat room for a plurality of chat members;
    상기 복수의 대화 구성원들 중 적어도 하나의 구성원에 의해 업로드된 데이터를 수신하여 저장하는 단계;Receiving and storing data uploaded by at least one member of the plurality of conversation members;
    미리 결정된 일정 기간 내에 나머지 대화 구성원에 의한 상기 데이터의 다운로드 여부를 판단하는 단계; 및Determining whether the data is downloaded by the remaining conversation members within a predetermined period of time; And
    상기 일정 기간 내에 상기 나머지 대화 구성원에 의해 상기 데이터가 다운로드되면 상기 데이터를 미리 결정된 특정 서버로 이동시켜 저장하는 단계If the data is downloaded by the remaining conversation members within the predetermined period, moving the data to a predetermined specific server and storing the data;
    를 포함하는 인스턴스 메신저 서비스 데이터 관리 방법.Instant Messenger service data management method comprising a.
  2. 제1항에 있어서,The method of claim 1,
    상기 일정 기간 동안 상기 나머지 대화 구성원 모두에 의해 상기 데이터가 다운로드되지 않으면 상기 데이터를 상기 특정 서버로 이동시켜 저장하는 단계Moving the data to the specific server and storing the data if the data is not downloaded by all of the remaining conversation members during the predetermined period.
    를 더 포함하는 인스턴스 메신저 서비스 데이터 관리 방법.Instant Messenger service data management method further comprising.
  3. 제2항에 있어서,The method of claim 2,
    상기 데이터가 상기 특정 서버에 저장된 상태에서 대화 구성원에 의한 상기 데이터의 다운로드 요청 시 상기 특정 서버에 저장된 상기 데이터의 다운 링크 정보를 해당 대화 구성원에게 제공하는 단계Providing downlink information of the data stored in the specific server to the corresponding chat member when a download request of the data by the chat member is performed while the data is stored in the specific server.
    를 더 포함하는 인스턴스 메신저 서비스 데이터 관리 방법.Instant Messenger service data management method further comprising.
  4. 제2항에 있어서,The method of claim 2,
    상기 데이터가 상기 특정 서버에 저장된 상태에서 대화 구성원에 의한 상기 데이터의 다운로드 요청 시 상기 특정 서버로부터 상기 데이터를 수신하여 해당 대화 구성원에게 제공하는 단계Receiving the data from the specific server and providing the data to the conversation member when the data member requests a download of the data by the conversation member while the data is stored in the specific server.
    를 더 포함하는 인스턴스 메신저 서비스 데이터 관리 방법.Instant Messenger service data management method further comprising.
  5. 제1항에 있어서,The method of claim 1,
    상기 데이터의 다운로드 여부를 판단하는 단계는Determining whether or not the data is downloaded
    상기 데이터의 업로드 시점에서부터 상기 일정 기간 동안 상기 나머지 대화 구성원 모두에 의한 상기 데이터의 다운로드 여부를 판단하는 인스턴스 메신저 서비스 데이터 관리 방법.The instant messenger service data management method of determining whether or not the data is downloaded by all the remaining conversation members during the predetermined period from the time of uploading the data.
  6. 제1항에 있어서,The method of claim 1,
    상기 특정 서버로 이동시켜 저장하는 단계는Moving to the specific server and storing
    상기 나머지 대화 구성원 모두에 의해 상기 데이터가 다운로드된 시점에 상기 데이터를 상기 특정 서버로 이동시켜 저장하는 인스턴스 메신저 서비스 데이터 관리 방법.The instant messenger service data management method of moving the data to the specific server and storing the data when the data is downloaded by all the other conversation members.
  7. 제1항에 있어서,The method of claim 1,
    상기 데이터는The data is
    일정 용량 이상의 크기를 가지는 데이터인 인스턴스 메신저 서비스 데이터 관리 방법.Instant messenger service data management method that is a data having a size or more than a predetermined amount.
  8. 복수의 대화 구성원들에 대한 채팅방을 생성하는 생성부;A generation unit generating a chat room for a plurality of conversation members;
    상기 복수의 대화 구성원들 중 적어도 하나의 구성원에 의해 업로드된 데이터를 수신하여 저장하는 저장부;A storage unit for receiving and storing data uploaded by at least one member of the plurality of conversation members;
    미리 결정된 일정 기간 내에 나머지 대화 구성원에 의한 상기 데이터의 다운로드 여부를 판단하는 판단부; 및A determination unit which determines whether or not to download the data by the remaining conversation members within a predetermined period of time; And
    상기 일정 기간 내에 상기 나머지 대화 구성원에 의해 상기 데이터가 다운로드되면 상기 데이터에 대해 미리 결정된 특정 서버로의 이동 저장을 결정하는 결정부A decision unit for determining movement of the data to a specific server predetermined for the data when the data is downloaded by the remaining conversation members within the predetermined period;
    를 포함하는 인스턴스 메신저 서비스 데이터 관리 시스템.Instant messenger service data management system comprising a.
  9. 제8항에 있어서,The method of claim 8,
    상기 결정부는The determination unit
    상기 일정 기간 동안 상기 나머지 대화 구성원 모두에 의해 상기 데이터가 다운로드되지 않으면 상기 데이터에 대해 상기 특정 서버로의 이동 저장을 결정하는 인스턴스 메신저 서비스 데이터 관리 시스템.And if the data is not downloaded by all of the remaining conversation members during the period, the instant messenger service data management system for determining the data to be moved to the particular server.
  10. 제9항에 있어서,The method of claim 9,
    상기 데이터가 상기 특정 서버에 저장된 상태에서 대화 구성원에 의한 상기 데이터의 다운로드 요청 시 상기 특정 서버에 저장된 상기 데이터의 다운 링크 정보를 해당 대화 구성원에게 제공하는 제공부Providing unit that provides downlink information of the data stored in the specific server to the corresponding conversation member when a request for downloading the data by the conversation member while the data is stored in the specific server.
    를 더 포함하는 인스턴스 메신저 서비스 데이터 관리 시스템.Instant messenger service data management system further comprising.
  11. 제9항에 있어서,The method of claim 9,
    상기 데이터가 상기 특정 서버에 저장된 상태에서 대화 구성원에 의한 상기 데이터의 다운로드 요청 시 상기 특정 서버로부터 상기 데이터를 수신하여 해당 대화 구성원에게 제공하는 제공부Providing unit for receiving the data from the specific server to provide the chat member when the download request of the data by the chat member with the data stored in the particular server
    를 더 포함하는 인스턴스 메신저 서비스 데이터 관리 시스템.Instant messenger service data management system further comprising.
  12. 제8항에 있어서,The method of claim 8,
    상기 판단부는The determination unit
    상기 데이터의 업로드 시점에서부터 상기 일정 기간 동안 상기 나머지 대화 구성원 모두에 의한 상기 데이터의 다운로드 여부를 판단하는 인스턴스 메신저 서비스 데이터 관리 시스템.And an instant messenger service data management system for determining whether to download the data by all the remaining conversation members during the predetermined period from the time of uploading the data.
  13. 제8항에 있어서,The method of claim 8,
    상기 결정부는The determination unit
    상기 나머지 대화 구성원 모두에 의해 상기 데이터가 다운로드된 시점에 상기 데이터에 대해 상기 특정 서버로의 이동 저장을 결정하는 인스턴스 메신저 서비스 데이터 관리 시스템.An instant messenger service data management system that determines movement of the data to the specific server at the time when the data is downloaded by all of the remaining conversation members.
  14. 제8항에 있어서,The method of claim 8,
    상기 데이터는The data is
    일정 용량 이상의 크기를 가지는 데이터인 인스턴스 메신저 서비스 데이터 관리 시스템.Instant messenger service data management system that is a data having a certain size or more.
  15. 폐쇄형 데이터 공유 서비스 서버에서의 데이터 관리 방법에 있어서,In the data management method in a closed data sharing service server,
    복수의 데이터 공유 구성원들에 대한 데이터 공유 공간을 생성하는 단계;Creating a data sharing space for the plurality of data sharing members;
    상기 복수의 데이터 공유 구성원들 중 적어도 하나의 구성원에 의해 업로드된 데이터를 수신하여 저장하는 단계;Receiving and storing data uploaded by at least one member of the plurality of data sharing members;
    미리 결정된 일정 기간 내에 나머지 데이터 공유 구성원에 의한 상기 데이터의 다운로드 여부를 판단하는 단계; 및Determining whether to download the data by the remaining data sharing members within a predetermined period of time; And
    상기 일정 기간 내에 상기 나머지 데이터 공유 구성원에 의해 상기 데이터가 다운로드되면 상기 데이터를 미리 결정된 특정 서버로 이동시켜 저장하는 단계If the data is downloaded by the remaining data sharing member within the predetermined period, moving the data to a predetermined specific server and storing the data;
    를 포함하는 폐쇄형 데이터 공유 서비스 데이터 관리 방법.Closed data sharing service data management method comprising a.
PCT/KR2015/007383 2015-03-25 2015-07-16 Method and system for managing data of closed data sharing service WO2016153119A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2015-0041840 2015-03-25
KR1020150041840A KR101611790B1 (en) 2015-03-25 2015-03-25 Method and system for managing data of instance messenger service

Publications (1)

Publication Number Publication Date
WO2016153119A1 true WO2016153119A1 (en) 2016-09-29

Family

ID=55801484

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2015/007383 WO2016153119A1 (en) 2015-03-25 2015-07-16 Method and system for managing data of closed data sharing service

Country Status (2)

Country Link
KR (1) KR101611790B1 (en)
WO (1) WO2016153119A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190095707A (en) 2018-02-07 2019-08-16 주식회사 트위니 Apparatus and method for customer service management using instant mesenger
KR102084597B1 (en) 2018-02-07 2020-04-28 주식회사 트위니 Executing apparatus and method of messenger application

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030236823A1 (en) * 2002-06-19 2003-12-25 Robert Patzer Information sharing groups, server and client group applications, and methods therefor
US20090042588A1 (en) * 2004-05-27 2009-02-12 France Telecom Method and installation for transmitting a message with predetermined duration of validity addressed to a subscriber terminal
US20110086647A1 (en) * 2009-10-14 2011-04-14 Research In Motion Limited System and method for managing messages in conversational-type messaging applications
CN102685018A (en) * 2011-03-07 2012-09-19 腾讯科技(深圳)有限公司 Method and system for processing network instant messaging message and instant massaging equipment
US20130198304A1 (en) * 2012-02-01 2013-08-01 Nhn Corporation Group messaging system and method for providing file sharing through bidirectional interlock with a cloud server

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030236823A1 (en) * 2002-06-19 2003-12-25 Robert Patzer Information sharing groups, server and client group applications, and methods therefor
US20090042588A1 (en) * 2004-05-27 2009-02-12 France Telecom Method and installation for transmitting a message with predetermined duration of validity addressed to a subscriber terminal
US20110086647A1 (en) * 2009-10-14 2011-04-14 Research In Motion Limited System and method for managing messages in conversational-type messaging applications
CN102685018A (en) * 2011-03-07 2012-09-19 腾讯科技(深圳)有限公司 Method and system for processing network instant messaging message and instant massaging equipment
US20130198304A1 (en) * 2012-02-01 2013-08-01 Nhn Corporation Group messaging system and method for providing file sharing through bidirectional interlock with a cloud server

Also Published As

Publication number Publication date
KR101611790B1 (en) 2016-04-14

Similar Documents

Publication Publication Date Title
US9413830B2 (en) Application streaming service
WO2019206296A1 (en) Fault handling method and device for gateway server
WO2019199147A1 (en) Method and system for handling data path creation in wireless network system
WO2016190476A1 (en) Method for managing encryption key for cloud service and apparatus thereof
US20070180436A1 (en) Seamless Live Migration of Virtual Machines across Optical Networks
WO2017177767A1 (en) Service access, and control method and apparatus therefor
US11425178B1 (en) Streaming playlist including future encoded segments
WO2018094809A1 (en) Resource sharing method and apparatus
WO2016108516A1 (en) Method and system for providing messenger service controlled by specific condition, and recording medium
US10630746B1 (en) Streaming playlist including future encoded segments
WO2014193037A1 (en) Method and system for accelerating mapreduce operation
JP7065221B2 (en) Realization of storage system using personal user device and data distribution device
US20130091264A1 (en) Dynamic session migration between network security gateways
Paranjothi et al. Survey on three components of mobile cloud computing: offloading, distribution and privacy
WO2013024966A1 (en) Method and device for receiving content
WO2018119677A1 (en) Transmission link resuming method, device and system
WO2013176431A1 (en) System and method for allocating server to server and for efficient messaging
WO2016153119A1 (en) Method and system for managing data of closed data sharing service
WO2013027922A1 (en) Compressed image file management device and method, for cloud computing system
EP4210360A1 (en) Application context migration method and device
WO2020153797A1 (en) Method and apparatus for managing data in a network based on swarm intelligence
TU et al. Key technologies and application of edge computing
CN111756784B (en) Session method, session device, computer equipment and medium
WO2017213321A1 (en) Method and system for protecting sharing information
TWI666929B (en) Multimedia streaming and network apparatus and operation method of the same

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15886567

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15886567

Country of ref document: EP

Kind code of ref document: A1