Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The tapes themselves are named "tape<currentTimeMillis>.tar"

 

tapesForFedora
Gliffy
name
Drawio
baseUrlhttps://kb-dk.atlassian.net/wiki
diagramNametapesForFedora.drawio
tempPreviewtapesForFedora.png
width500
zoom1
pageId21236466
custContentId643502022
lbox1
diagramDisplayNametapesForFedora.drawio
contentVer1
height500
revision1

Threads

To understand how the system works, threads needs to be understood. Whenever a user/client performs a request to the fedora webservice, a new Thread is started to handle this request. This thread will then attempt to handle the request, and when finished send the result back to the user. The user is thus "blocked" while waiting for his thread to return. Many users can, however, work concurrently, so many threads can be executing concurrently in this system.

...