jiangjianping
jiangjianping
@hasse69 You are absolutely right! 1. There was no such error with uncompressed archive till now. 2. When the error is occurred, there are lookup and read operation with that...
@hasse69 I encounter another problem: When I tried to import pyc file in rarfs from python program, It told me RuntimeError: Bad code object in .pyc file
@hasse69 thank you. I downloaded the rar2fs from github and built it myself. Another issue is dlopen("xxx.so") and got "bus error". I wonder: 1. file seek is ok? 2. Read...
@hasse69 I will try, thank you.
@hasse69 I tried, there was some progress in my environment. but I found some with rar2fs processes with defunct
@hasse69 When defuct, I/O error encountered. Three defucts with three I/O errors on three big file (~3M). Then I adjust the I/O buffer to 8(m), no defuct, but I got...
@hasse69 I improved the I/O buffer,Bus error is disappeared and my program can be started . My main python program will import many modules and .so libs, these files will...
@hasse69 I need your great help. 1. How to keep most of files in memory cache 2. How to decrease defuncts? I have about 400 defunct subprocesses.
@hasse69 You are great! The defuncts disappeared and my program seemed working as normal. I will do more testing, thank you again.
@hasse69 How to improve read performance/speed? Whether it is possible to cache all files when the memory is enough?