Project

General

Profile

Actions

Architecture #5730

closed

Architecture #5664: Drop support for Java 6

Don't fork process anymore to change file permission

Added by Nicolas CHARLES over 9 years ago. Updated about 9 years ago.

Status:
Rejected
Priority:
N/A
Category:
Performance and scalability
Target version:
Effort required:
Name check:
Fix check:
Regression:

Description

We are using a system call to change file permissions of the generated promises. Now that we are supporting Java 7 and more, we could use the facilities from Java to do so

Actions #1

Updated by Nicolas CHARLES over 9 years ago

  • Status changed from In progress to Rejected

Ok, there is no way to simply change recursively premissions with java/scala, even 1.7
We need to set a walker across a path to change the permission of every files/paths, and it is quite a burden to do so.

The gain is surely not worth the pain, rejecting

Actions #2

Updated by Benoît PECCATTE about 9 years ago

  • Tracker changed from Enhancement to Architecture
Actions

Also available in: Atom PDF