> On Sep 18, 2023, at 11:09 AM, Andy Seaborne <a...@apache.org> wrote:
> 
> 
> 
> On 18/09/2023 15:35, Jim Balhoff wrote:
>> Thanks, I think that’s basically what I’ve got. The only operation I have 
>> enabled is 'fuseki:query’. But Fuseki still complains if the filesystem is 
>> read-only.
> 
> The database is opened before the configuration is processed.
> 
> Also, there is only one "database" java object for each database location and 
> something elsewhere may now or later open it for other operations.
> 
> This could be changed - file management is (should be!) centralized in the 
> codebase.
> 
>   

Got it, thanks. It isn’t too big of a problem; it would just be convenient for 
some situations like scaling up multiple servers in Kubernetes.

Reply via email to