KR960030015A - Data exchange method between client and server in vehicle parts retrieval system - Google Patents

Data exchange method between client and server in vehicle parts retrieval system Download PDF

Info

Publication number
KR960030015A
KR960030015A KR1019950001618A KR19950001618A KR960030015A KR 960030015 A KR960030015 A KR 960030015A KR 1019950001618 A KR1019950001618 A KR 1019950001618A KR 19950001618 A KR19950001618 A KR 19950001618A KR 960030015 A KR960030015 A KR 960030015A
Authority
KR
South Korea
Prior art keywords
data
server
client
length
data exchange
Prior art date
Application number
KR1019950001618A
Other languages
Korean (ko)
Other versions
KR0136952B1 (en
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 KR1019950001618A priority Critical patent/KR0136952B1/en
Publication of KR960030015A publication Critical patent/KR960030015A/en
Application granted granted Critical
Publication of KR0136952B1 publication Critical patent/KR0136952B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/40Business processes related to the transportation industry
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

본 발명은 차량 부품 시스템에 관한 것으로서, 보다 상세하게는 빈번히 발생되는 클라이언트/서버 환경에서 가장 기본적인 데이터의 송수신을 독립된 모쥴로 유지함으로써 동일 작업의 중복을 최소화하는 클라이언트와 서버간의 데이터 교환방법에 관한 것이다.The present invention relates to a vehicle component system, and more particularly, to a method of exchanging data between a client and a server by minimizing duplication of the same work by maintaining transmission and reception of the most basic data in an independent module in a frequently occurring client / server environment. .

특징적인 구성으로는 클라이언트의 입력 모쥴에서 지정된 포맷에 따라 입력되는 데이터를 받아들여 데이터의 길이를 계산한 후 서버측에 전송하여 서버에서 해당 메모리를 할당하게 하는 데 1단계와, 상기 제 1단계에서 전송한 데이터의 길이에 해당하는 메모리가 할당되었는지에 대한 결과를 서버측으로부터 확인하여 서버측에 실제 데이터를 전송하여 입력 데이터의 해당 작업을 처리하게 하는 제 2단계와, 상기 제 2단계의 데이터 전송 이후 서버에서의 데이터 처리 결과를 돌려받는제 3단계로 이루어짐에 있다.As a characteristic configuration, the data inputted according to the format specified in the input module of the client is calculated, the length of the data is calculated and transmitted to the server so that the server allocates the corresponding memory. A second step of confirming the result of whether the memory corresponding to the length of the transmitted data is allocated from the server side and transmitting the actual data to the server side to process the corresponding operation of the input data; and the data transfer of the second step. Thereafter, the third step is to receive the data processing result from the server.

Description

차량 부품 검색 시스템에서의 클라이언트와 서버간의 데이터 교환 방법Data exchange method between client and server in vehicle parts retrieval system

본 내용은 요부공개 건이므로 전문내용을 수록하지 않았음Since this is an open matter, no full text was included.

제1도는 본 발명에 따른 차량 부품 검색 시스템에서의 클라이언트와 서버간의 데이터 교환 방법이 실시되기 위한 구성의블럭도, 제2도는 본 발명에 따른 차량 부품 검색 시스템에서의 클라이언트와 서버간의 데이터 교환 동작 흐름도이다.1 is a block diagram of a configuration for implementing a method of exchanging data between a client and a server in a vehicle parts retrieval system according to the present invention, and FIG. 2 is a flowchart of data exchange operation between a client and a server in a vehicle parts retrieval system according to the present invention. to be.

Claims (1)

클라이언트의 입력 모쥴에서 지정된 포맷에 따라 입력되는 데이터를 받아들여 데이터의 길이를 계산한 후서버측에 전송하여 서버에서 해당 메모리를 할당하게 하는 제 1단계(S1~S5)와, 상기 제 1단계에서 전송한 데이터의 길이에 해당하는 메모리가 할당되었는지에 대한 결과를 서버측으로부터 확인하여 서버측에 실제 데이터를 전송하어 입력 데이터의 해당 작업을 처리하게 하는 제 2단계(S6~S11)와, 상기 제 2단계의 데이터 전송 이후 서버에서의 데이터 처리 결과를돌려받는 제 3단계(S12~S14)로 이루어지는 것을 특징으로 하는 차량 부품 검색 시스템에서의 클라이언트의 서버간의 데이터 교환 방법.In the first step (S1 ~ S5) to accept the data input according to the format specified in the input module of the client, calculate the length of the data and send it to the server side to allocate the memory in the server, and in the first step A second step (S6 to S11) of checking the result of whether the memory corresponding to the length of the transmitted data is allocated from the server side and transmitting the actual data to the server side to process the corresponding operation of the input data; And a third step (S12 to S14) of receiving the data processing result from the server after the data transmission in the second step. ※ 참고사항 : 최초출원 내용에 의하여 공개하는 것임.※ Note: The disclosure is based on the initial application.
KR1019950001618A 1995-01-27 1995-01-27 Method of exchanging the data between a client and a server KR0136952B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019950001618A KR0136952B1 (en) 1995-01-27 1995-01-27 Method of exchanging the data between a client and a server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019950001618A KR0136952B1 (en) 1995-01-27 1995-01-27 Method of exchanging the data between a client and a server

Publications (2)

Publication Number Publication Date
KR960030015A true KR960030015A (en) 1996-08-17
KR0136952B1 KR0136952B1 (en) 1998-06-15

Family

ID=19407437

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019950001618A KR0136952B1 (en) 1995-01-27 1995-01-27 Method of exchanging the data between a client and a server

Country Status (1)

Country Link
KR (1) KR0136952B1 (en)

Also Published As

Publication number Publication date
KR0136952B1 (en) 1998-06-15

Similar Documents

Publication Publication Date Title
CN1830192B (en) Method and system for asynchronously processing requests
KR950033893A (en) Data processing systems
CA2182777A1 (en) Security System for Interconnected Computer Networks
MX9802341A (en) Point-to-point internet protocol.
KR950007338A (en) Automatic setting method and system of address information and network environment information
KR950035193A (en) Computer network and how to communicate voice and data information
WO1998015903A3 (en) Method and apparatus for requesting and processing services from a plurality of nodes connected via common communication links
MY124068A (en) A method and a system for transmitting a cookie
KR970049729A (en) Client-server system
KR850006652A (en) Integrated circuits with embedded processes and memory and systems using them
WO2003025744A3 (en) Method for transmission of a process value and control system
KR960030015A (en) Data exchange method between client and server in vehicle parts retrieval system
EP1198103A3 (en) Method for adapting between bus systems
WO2000062158A3 (en) Method and apparatus for managing communications between multiple processes
KR970002687A (en) Communication method and communication device
FR2849311B1 (en) METHOD FOR COMMUNICATION BETWEEN TWO UNITS, AND TERMINAL USING THE METHOD
KR940002722A (en) Data transfer and synchronization method between CPUs in a system consisting of two CPUs
JPH0351938A (en) Host computer device
KR980004081A (en) PLC parameter setting method and data transmitting / receiving method according to PLC
KR940027458A (en) Facsimile implementation circuit and control method for transmitting information of general purpose computer
KR930018895A (en) Communication control device
KR970003762A (en) How to transfer wafer map data from test line to assembly process line
KR950009476A (en) Data communication device of parallel data processing system
KR900014999A (en) Interface method between private exchange and external computer system
KR970009444A (en) How to install programs and databases in a private exchange

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20020116

Year of fee payment: 5

LAPS Lapse due to unpaid annual fee