KR20020006122A - Method for checking memory at a real time - Google Patents

Method for checking memory at a real time Download PDF

Info

Publication number
KR20020006122A
KR20020006122A KR1020000039604A KR20000039604A KR20020006122A KR 20020006122 A KR20020006122 A KR 20020006122A KR 1020000039604 A KR1020000039604 A KR 1020000039604A KR 20000039604 A KR20000039604 A KR 20000039604A KR 20020006122 A KR20020006122 A KR 20020006122A
Authority
KR
South Korea
Prior art keywords
memory
contents
user
clip board
time
Prior art date
Application number
KR1020000039604A
Other languages
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 우진호
Priority to KR1020000039604A priority Critical patent/KR20020006122A/en
Publication of KR20020006122A publication Critical patent/KR20020006122A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/3004Arrangements for executing specific machine instructions to perform operations on memory

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

PURPOSE: A real time memory checking method is provided to increase system performance by removing unnecessary files from a memory. CONSTITUTION: A user sets up a wanted time for checking a memory in a pull-down menu. In the time for checking the memory, whether a clip board was previously checked is confirmed(S2). When the clip board was checked in advance, whether contents of the clip board have been changed is judged(S4). When the contents of the clip board have been changed, the routine goes back to the first step. When the contents of the clip board have not been changed, a clip board delete select message is transmitted to the user(S6). When the user intends to delete the contents of the clip board, the clip board is erased(S7). When the user does not want to delete the contents of the clip board, a re-display select message for the clip board delete select message is transmitted to the user(S8). In the case that the user does not want to see the clip board delete select message any more, the time for checking the memory is erased and the system is reset. When the user wants to display the clip board delete select message, the system is directly reset.

Description

실시간 메모리 체크 방법{METHOD FOR CHECKING MEMORY AT A REAL TIME}METHOD FOR CHECKING MEMORY AT A REAL TIME}

본 발명은 실시간 메모리 체크 방법에 관한 것으로, 불필요하게 메모리를 차지하고 있는 파일들을 소정시간마다 체크하여 자동 또는 수동으로 삭제하여 시스템 메모리 사용을 원할하게 하는 실시간 메모리 체크 방법에 관한 것이다.The present invention relates to a real-time memory check method, and to a real-time memory check method to check the files occupying the unnecessary memory every predetermined time to delete automatically or manually to use the system memory.

일반적으로 컴퓨터의 운영체제로서 사용되는 윈도우즈는 사용자가 작업한 내용을 일시적으로 저장해놓기 위하여 시스템 메모리의 일부를 할당해 놓는데 이 부분을 클립보드(clipboard)(윈도우즈 프로그램이 할당해 놓은 가상메모리 공간)라고 하며, 구체적으로는 애플 메킨토시의 운영체제, 마이크로 소프트 윈도우즈, OS/2, 프레젠테이션 매니저 등의 운영체제에서 관리되는 특수 기억 장치 자원으로 클립보드는 복사되거나 절취된 최신 정보의 사본을 보존한다. 이와 같이 작업공간으로서의 메모리가 한번 사용되고 다시 사용하지 않는 내용으로 채워져 있으면 이로 인해 결국 작업공간이 줄어들게 되어 작업 처리 속도가 현저히 저하된다. 또한 작업 도중에 메모리 용량이 부족하다는 메시지를 자주 보게되어 작업진행이 불편한 문제점이 있다.In general, Windows, which is used as an operating system of a computer, allocates a part of system memory in order to temporarily store a user's work, which is called a clipboard (a virtual memory space allocated by a Windows program). For example, the Clipboard keeps a copy of the latest information that has been copied or stolen, as a special storage resource managed by an operating system such as the Apple Macintosh operating system, Microsoft Windows, OS / 2, or Presentation Manager. When the memory as a workspace is used once and filled with contents that are not used again, the work space is eventually reduced and the processing speed of the task is significantly reduced. In addition, there is a problem that the progress of the operation is inconvenient because often see a message that the memory capacity is insufficient during the operation.

도 1 은 종래 일반적인 메모리내에서의 클립보드의 위치의 일예를 나타낸 도면으로서, 이에 도시한 바와 같이, 0X0000에서 0X00FF까지의 포인터를 가진 메모리내에서 클립보드는 예를 들어 0X00CD와 같은 포인터를 가지고 저장되어 있는데, 이후 계속적으로 복사되는 클립보드는 메모리내에서의 다른위치에 즉 메모리 중간 중간에 각각 인덱스화하여 채워진다. 결국 한정된 용량의 메모리내에서 클립보드를 통해 여러 기능이 수행되는 경우 메모리의 용량이 부족하게 될 수도 있고 이로인해 작업처리속도 저하등의 문제가 발생하는 것이다.1 is a view showing an example of a position of a clipboard in a conventional general memory, and as shown therein, a clipboard is stored with a pointer such as 0X00CD in a memory having a pointer from 0X0000 to 0X00FF. The clipboard that is subsequently copied is then indexed and filled at different locations in memory, ie in the middle of the memory. As a result, when a number of functions are performed through the clipboard within a limited amount of memory, the capacity of the memory may be insufficient, thereby causing a problem such as a decrease in processing speed.

본 발명의 목적은 상기한 바와 같은 종래의 문제점을 개선하기 위해 안출한 것으로, 사용자가 미리 설정해 놓은 시간마다 클립보드와 다른 프로그램 자체에서 불필요하게 차지하고 있는 내용을 메모리로부터 제거함으로써 하여 한정된 용량의 메모리내에서 여러 기능이 수행되는 경우에도 작업 처리속도를 향상시키는 데 있다.SUMMARY OF THE INVENTION An object of the present invention is to solve the conventional problems as described above, and by removing contents from the memory that are unnecessarily occupied by the clipboard and other programs themselves at predetermined time intervals in the memory of a limited capacity. This is to improve the processing speed even when several functions are performed in the system.

상기한 바와 같은 목적을 달성하기 위한 본 발명의 바람직한 실시예에 따르면, 실시간 메모리 체크 방법에 있어서, 실시간으로 메모리를 체크하는 방법에 있어서,According to a preferred embodiment of the present invention for achieving the above object, in the real-time memory check method, in the method for checking the memory in real time,

(a) 사용자가 메모리를 체크할 시간을 설정하고,(a) Set the time for the user to check the memory,

(b) 상기 사용자의 메모리 체크시간을 저장하고 이후 체크시간에 메모리의 데이터를 체크하여 설정 시간 전에 메모리의 내용과 체크 상태에서의 메모리의 내용을 비교하고,(b) storing the memory check time of the user and then checking the data in the memory at the check time, comparing the contents of the memory with the contents of the check state before the set time,

(c) 상기 비교결과 동일한 경우에는 메모리내의 데이터를 삭제하고, 이후 모든 조건을 초기화하는 것을 특징으로 한다.(c) If the comparison result is the same, the data in the memory is deleted, and then all conditions are initialized.

또한, 본 발명에 있어서, 상기 (b)에서 비교결과 동일한 경우 사용자에게 메모리 삭제를 할 것인지를 묻고 메모리내의 데이터를 삭제할 수 있도록 된 것을 특징으로 한다.In addition, in the present invention, (b) when the comparison result is the same, the user is asked to delete the memory, characterized in that the data in the memory can be deleted.

또한, 본 발명에 있어서, 상기 (b)에서 비교결과 동일한 경우 메모리내의 데이터를 삭제할 수 있도록 된 것을 특징으로 한다.In addition, in the present invention, the data in the memory can be deleted if the comparison result is the same in (b).

또한, 본 발명에 있어서, 상기 단계 (a)이후에 이전에 메모리내용을 체크했었는지 판단하고, 체크하지 않은 경우 메모리에 내용이 있는지 판단하고, 내용이 있는 경우 현재 체크시간과 포인터를 메모리에 저장하는 것을 특징으로 한다.Further, in the present invention, after step (a), it is determined whether the memory contents have been checked before, and if not, it is determined whether there is contents in the memory, and if there are contents, the current check time and the pointer are stored in the memory. Characterized in that.

도 1 은 종래 일반적인 메모리내에서의 클립보드의 위치의 일예를 나타낸 도면1 is a diagram showing an example of a position of a clipboard in a conventional general memory.

도 2 는 본 발명에 따른 실시간 메모리 체크장치의 개략적인 블록구성도2 is a schematic block diagram of a real-time memory check apparatus according to the present invention;

도 3 은 본 발명에 따른 실시간 메모리 체크방법에서의 동작흐름도이다.3 is an operation flowchart of a real-time memory check method according to the present invention.

< 도면의 주요부분에 대한 부호의 설명 ><Description of Symbols for Major Parts of Drawings>

2 : 사용자 설정부 4 : 제어부2: user setting unit 4: control unit

6 : 비교부 7 : 클립보드6: comparison unit 7: clipboard

8 : 메모리8: memory

이하 본 발명에 따른 실시간 메모리 체크 방법을 상세히 설명한다.Hereinafter, the real-time memory check method according to the present invention will be described in detail.

도 1 은 본 발명에 따른 실시간 메모리 체크 장치의 개략적인 블록구성도로서, 이와 같은 장치가 메모리 체크시간, 클립보드 내용 삭제여부, 메시시지의 표시여부등을 설정할 수 있는 사용자 설정부(2)와, 장치 전반을 제어하는 제어부(4)와, 상기 제어부(4)의 제어하에 사용자의 작업내용을 저장하는 클립보드(7)를 가진 메모리(8)와, 상기 사용자의 설정시간마다 클립보드(7)의 내용을 비교하여 그에 따른 신호를 출력하는 비교부(6)로 구성된다.FIG. 1 is a schematic block diagram of a real-time memory check apparatus according to the present invention. The apparatus includes a user setting unit 2 capable of setting a memory check time, whether to delete clipboard contents, displaying a message, and the like. A memory 8 having a control unit 4 for controlling the entire apparatus, a clipboard 7 storing user's work contents under the control of the control unit 4, and a clipboard 7 at every set time of the user. And a comparator 6 for comparing the contents of and outputting a signal accordingly.

데이터 삭제의 경우에 사용되는 함수에 대하여 설명하면, 프로그램 내부에 온타이머(OnTimer)라는 함수가 있는데, 이 함수는 일정시간(예를 들어 1초나 1분등.....)마다 작업을 하는 함수이다. 이 함수에서 윈도우즈에서 쓰이는 클립보드를 체크하여 미리 설정된 시간 안에 변함이 없을 경우 그 파일이나 내용을 메모리에서 삭제하는 방법이다. 이때 물론 경고 메시지(메시지는 사용자 정의로 없앨 수 있다)를 보낼 수 있다. 그리고 자체적으로도 클립보드 같은 것을 쓰는 데 이것도 또한 마찬가지로 같은 방법을 사용하고 있다.In the case of data deletion, there is a function called OnTimer inside the program, which works for a certain time (for example, 1 second or 1 minute). to be. This function checks the clipboard used in Windows and deletes the file or its contents from memory if it does not change within the preset time. You can, of course, send a warning message (the message can be removed by user definition). And on its own it uses something like the clipboard, which also uses the same method.

도 3 은 본 발명에 따른 실시간 메모리 체크 방법에서의 동작흐름도로서, 이에 도시한 바와 같이, 사용자가 풀다운 메뉴에서 메모리의 체크를 원하는 임의 시간을 설정하면, 그 설정된 시간이 되면 이전에 즉 먼저 클립보드를 체크했었는지 판단하여(S2), 만약 체크한 경우에는 클립보드의 내용이 변했는지 판단한다(S4). 만약 단계 S4에서 클립보드의 내용이 변했으면 다시 초기화 즉 처음단계로 진행하고, 만약 클립보드의 내용이 변하지 않았으면 클립보드를 지우겠느냐는 메시지를 사용자에게 표시하고 이를 판단한다(S6). 이후 클립보드의 내용을 지우겠다고 하는경우 클립보드를 삭제(S7)하고 초기화 한다. 만약 클립보드의 내용을 지우지 않는 경우에는 또 다시 이 메시지를 표시하겠는가 라는 메시지를 표시하고 이를 판단한다(S8). 만약 상기 단계 S8에서 메시지를 표시하지 않도록 한 경우에는 현재 메모리를 체크한 시간을 지우고 초기화하며, 이후에 다시 이 메지시를 표시하도록 한 경우에는 그대로 초기화를 진행한다.3 is an operation flowchart of a real-time memory check method according to the present invention. As shown in the drawing, when a user sets an arbitrary time for checking a memory in a pull-down menu, the clipboard is previously displayed, that is, first. If it is checked (S2), and if checked, it is determined whether the contents of the clipboard has changed (S4). If the contents of the clipboard have been changed in step S4, the initialization proceeds to the first step. If the contents of the clipboard have not been changed, a message is displayed to the user, and if the contents of the clipboard have not changed, the user judges this. If you want to erase the contents of the clipboard after deleting the clipboard (S7) and initialized. If the contents of the clipboard are not deleted, the message is displayed again, and is determined (S8). If the message is not displayed in step S8, the current memory check time is erased and initialized. If the message is displayed again later, the initialization proceeds as it is.

한편 상기 단계 S2에서 이전에 클립보드를 체크하지 않은 경우에는 클립보드에 내용이 있는지 판단하여(S10), 만약 내용이 있는 경우에는 현재 내용, 즉 체크 시간과, 메모리 포인터를 저장하고(S12), 만약 내용이 없는 경우에는 그대로 초기화를 진행한다.On the other hand, if the clipboard has not been checked before in step S2, it is determined whether there is content in the clipboard (S10), and if there is content, the current contents, that is, the check time and the memory pointer are stored (S12), If there is no content, the initialization proceeds as it is.

한편, 사용자가 상기 단계 S6에서 클립보드의 내용을 지우겠느냐라는 것과 상기 단계 S6에서의 메시지를 또 다시 표시하겠느냐라는 단계 S8은 사용자 정의로 설정하는 것이므로 메모리 내용을 비교하여 같은 경우 자동으로 삭제되도록 하는 자동 삭제 과정이 행해질 수도 있다.On the other hand, step S8 of whether the user deletes the contents of the clipboard in step S6 and whether to display the message in step S6 again is set to user definition, so that the memory contents are automatically deleted in the same case. An automatic deletion process may be performed.

상기 설명한 바와 같이 본 발명에 따른 실시간 메모리 체크 방법에 따르면, 불필요하게 작업중에 메모리를 차지하고 있는 파일들을 메모리로부터 제거함으로써 시스템을 사용하는데 원할하게 할 수 있는 효과가 있다.According to the real-time memory check method according to the present invention as described above, there is an effect that can be made smooth to use the system by removing files occupying the memory during the operation unnecessarily from the memory.

아울러 본 발명의 바람직한 실시예들은 예시의 목적을 위해 개시된 것이며, 당업자라면 본 발명의 사상과 범위 안에서 다양한 수정, 변경, 부가 등이 가능할 것이며, 이러한 수정 변경 등은 이하의 특허청구의 범위에 속하는 것으로 보아야할 것이다.In addition, preferred embodiments of the present invention are disclosed for the purpose of illustration, those skilled in the art will be able to make various modifications, changes, additions, etc. within the spirit and scope of the present invention, such modifications and modifications belong to the scope of the claims You should see.

Claims (4)

실시간으로 메모리를 체크하는 방법에 있어서,In the method of checking the memory in real time, (a) 사용자가 메모리를 체크할 시간을 설정하고,(a) Set the time for the user to check the memory, (b) 상기 사용자의 메모리 체크시간을 저장하고 이후 체크시간에 메모리의 데이터를 체크하여 설정 시간 전에 메모리의 내용과 체크 상태에서의 메모리의 내용을 비교하고,(b) storing the memory check time of the user and then checking the data in the memory at the check time, comparing the contents of the memory with the contents of the check state before the set time, (c) 상기 비교결과 동일한 경우에는 메모리내의 데이터를 삭제하고, 이후 모든 조건을 초기화하는 것을 특징으로 하는 실시간 메모리 체크방법.(c) If the comparison result is the same, the data in the memory is deleted, and then all conditions are initialized. 제 1 항에 있어서,The method of claim 1, 상기 (b)에서 비교결과 동일한 경우 사용자에게 메모리 삭제를 할 것인지를 묻고 메모리내의 데이터를 삭제할 수 있도록 된 것을 특징으로 하는 실시간 메모리 체크방법.If the comparison result is the same in (b), the user is asked whether or not to delete the memory, and the real-time memory check method, characterized in that to delete data in the memory. 제 1 항에 있어서,The method of claim 1, 상기 (b)에서 비교결과 동일한 경우 메모리내의 데이터를 삭제할 수 있도록 된 것을 특징으로 하는 실시간 메모리 체크방법.If the comparison result in the (b) is the same, it is possible to delete the data in the memory. 제 1 항에 있어서,The method of claim 1, 상기 단계 (a)이후에 이전에 메모리내용을 체크했었는지 판단하고, 체크하지 않은 경우 메모리에 내용이 있는지 판단하고, 내용이 있는 경우 현재 체크시간과 포인터를 메모리에 저장하는 것을 특징으로 하는 실시간 메모리 체크방법.After step (a), it is determined whether the contents of the memory have been checked before. If not, the contents are determined in the memory, and if there is the contents, the current check time and the pointer are stored in the memory. How to check.
KR1020000039604A 2000-07-11 2000-07-11 Method for checking memory at a real time KR20020006122A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020000039604A KR20020006122A (en) 2000-07-11 2000-07-11 Method for checking memory at a real time

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020000039604A KR20020006122A (en) 2000-07-11 2000-07-11 Method for checking memory at a real time

Publications (1)

Publication Number Publication Date
KR20020006122A true KR20020006122A (en) 2002-01-19

Family

ID=19677381

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020000039604A KR20020006122A (en) 2000-07-11 2000-07-11 Method for checking memory at a real time

Country Status (1)

Country Link
KR (1) KR20020006122A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06110742A (en) * 1992-09-29 1994-04-22 Victor Co Of Japan Ltd File system
JPH06324921A (en) * 1993-05-10 1994-11-25 Sharp Corp File managing system
US5806073A (en) * 1994-01-21 1998-09-08 Piaton; Alain Nicolas Method for the comparison of computer files

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06110742A (en) * 1992-09-29 1994-04-22 Victor Co Of Japan Ltd File system
JPH06324921A (en) * 1993-05-10 1994-11-25 Sharp Corp File managing system
US5806073A (en) * 1994-01-21 1998-09-08 Piaton; Alain Nicolas Method for the comparison of computer files

Similar Documents

Publication Publication Date Title
US4760386A (en) Automatic hiding and revealing of a pointer during keyboard activity
US5327157A (en) Display with enhanced scrolling capabilities
US8806514B2 (en) Data control device, data control method, and computer-readable medium
US10877885B2 (en) Electronic device data operation method and electronic device for improved electronic device storage
US20050060689A1 (en) Method, apparatus, and computer program product for implementing enhanced debugger graphical user interface functions
KR101615646B1 (en) Computer system, control method thereof and recording medium storing computer program thereof
US5987475A (en) Apparatus and method for processing hypertext and recording medium
JP3107309B2 (en) Method and system for processing multiple data blocks
KR20020006122A (en) Method for checking memory at a real time
JPH0736749A (en) Storage condition display device in information processing system
JPH02186417A (en) Help information control method and device
JPH0535837A (en) Cut data editing system for window system with cut-and-paste function
JPH08137651A (en) Information processor and method therefor
JPH0620185Y2 (en) Small electronic devices
CN111625192B (en) Metadata object access method, device, equipment and medium
JP2005346473A (en) Information processing method, information processor, and imaging apparatus
JPS60134282A (en) System screen display system
KR100271147B1 (en) Icon Display Device and Method
JP2994152B2 (en) Icon display processing device
KR100309879B1 (en) System and method for managing a flash memory
JP2005227983A (en) Information storage device
JPH03214335A (en) Computer system
CN115858075A (en) Operation prompting method and device, electronic equipment and storage medium
JPH02214927A (en) Method and device for control of multi-window
JP2960421B2 (en) File operation device

Legal Events

Date Code Title Description
A201 Request for examination
N231 Notification of change of applicant
E902 Notification of reason for refusal
E601 Decision to refuse application