Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

업로드된 파일 처리 방법 개선 #3

Open
9bow opened this issue Mar 13, 2019 · 1 comment
Open

업로드된 파일 처리 방법 개선 #3

9bow opened this issue Mar 13, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@9bow
Copy link
Member

9bow commented Mar 13, 2019

기능 설명

업로드된 파일이 대용량인 경우, 이를 처리하는 동안 클라이언트(Frontend)는 무작정 대기해야 합니다.
이를 다음과 같이 개선합니다.

  1. 파일 처리 시 비동기(별도 Thread)로 합니다.
  2. 다만 위와 같이 처리 시에는 클라이언트(Frontend)는 처리 진행 상황을 알 수 없으므로,
    별도의 방법(WS 또는 SSE)을 이용하여 알림을 주는 것을 고려합니다.

추가 정보

없음

@9bow 9bow modified the milestone: KOMORAN Admin v0.1 Mar 13, 2019
@9bow 9bow added the enhancement New feature or request label Mar 13, 2019
@9bow 9bow self-assigned this Mar 13, 2019
@9bow 9bow removed this from the KOMORAN Admin v0.1 milestone Mar 18, 2019
@9bow
Copy link
Member Author

9bow commented Mar 18, 2019

사전 파일 관리 기능 구현이 완료된 후 진행 예정입니다. (v1.0 이후 예상)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant