Project

General

Profile

Actions

Feature #2281

open

Ability to abort a redux request from webserver

Added by Anchi Cheng over 11 years ago. Updated almost 11 years ago.

Status:
Assigned
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
03/04/2013
Due date:
% Done:

0%

Estimated time:
Deliverable:

Description

I've noticed that redux is still attempting to read an mrc image in our deadlocked system even after I changed my selection of image in the webviewer to a cached one. If we have a way to abort the request that we can call when the selection is changed, it may help with the data I/O crisis?

Actions #1

Updated by Anchi Cheng over 11 years ago

In fact, when redux is waiting for the mrc to be read, the web page can not be reloaded, either. Maybe the abort can be based on a configurable timeout on reading the image.

Actions #2

Updated by Jim Pulokas almost 11 years ago

  • Assignee changed from Jim Pulokas to Anchi Cheng

probably because single threaded request handling. Can only handle one at a time and may have to wait a long time. try going back to multithreaded request handling. look for a way to have a timeout that cancels a request handler. could already be some parameter to set in server or request handler.

Actions

Also available in: Atom PDF