|
From: Stefan J. <st...@gr...> - 2006-08-28 12:51:30
|
Am Mo, 28.08.2006, 14:46, schrieb asco developer: > Hello Stefan, Hi there! > Here you have the correction you have asked. > 1) Text line size can be as large as 65535 characters > 2) files can reside anywhere and not only in the current directory, > even if '.' exist in the directory name. > > On 8/28/06, Stefan Jahn <st...@gr...> wrote: > ... >> The $filename would be enough. Also for *.dat, *.log, etc... Is it >> possible? > > At this moment I would say this is not possible or at least, not > straightforward. When running the optimization over a network of > computers, each file name must be unique otherwise is total chaos. > Equally important, is that for me, using the computer name helps > finding which computer is causing problems. > > I will take a close look on what you are asking but I'm not > guaranteeing any change. Is this such a problem to Qucs? Can you > please explain? It is not actually a "problem". But in order to find out in which file the results are located a program needs to run gethostname(). This is ok for a user to find the file, since he/she knows the name. But for a program it is unconvenient since it requires to have "networking code" though it has nothing to do with networking! Thanks, Stefan. |