PR# 12937 ec.lock file is incomplete

Problem Report Summary
Submitter: zsimic
Category: Compiler
Priority: Medium
Date: 2007/06/01
Class: Bug
Severity: Non-critical
Number: 12937
Release: 6.06.8703
Confidential: No
Status: Open
Responsible:
Environment: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
Synopsis: ec.lock file is incomplete

Description
The ec.lock file generated in EIFGENs\<target>\ec.lock is extremely helpful. However, it is still a bit incomplete. Can you please complete the information generated in it? What's missing is :

host=
pid=
user=

With respectively the 'hostname' (name of machine where ec that opened the project is running), 'pid' being the process id (of ec), and 'user' is the user login that started ec.
To Reproduce

										
Problem Report Interactions
From:zsimic    Date:2010/02/11    Download   
Reminder: it would be awesome if this was done

From:zsimic    Date:2008/11/05    Download   
Reiterating demand for this to be done :)

From:zsimic    Date:2008/04/02    Download   
Can we bump this a little bit up in priority?
That ec.lock file proves to be extremely useful, and it's really too bad that it's missing the information mentioned here (user, host and pid). These 3 items would take care of some annoying cases (like estudio crashing and leaving the ec.lock file behind - simply looking up process with pid for existence would allow to filter out all those cases, the 'user' and 'host' info would provide much needed info when opening a project while it is already open by someone else and wondering if it is a false alarm - a user+host indication would prove very helpful)