consultingwerk / proparse

Proparse, forked from http://www.oehive.org/proparse/
Other
18 stars 9 forks source link

#57 Use unique name for listing file to allow running of several proc… #58

Open DanielBaciu opened 2 years ago

DanielBaciu commented 2 years ago

Use unique name for listing file to allow running of several processes in same time.

I'm not sure if we need and where to clean up the listing file.

DanielBaciu commented 2 years ago

We can also use randomUUID to generate a unique file name. Strange is that even UUID is part implemented in java.util, IKVM.OpenJDK.Security assembly is required on runtime. To avoid this I decided to use take current time.