Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANNOUNCE: Process ID Extension for Win32

0 views
Skip to first unread message

Michael Schlenker

unread,
Sep 15, 2002, 7:10:02 PM9/15/02
to
Ed Suominen wrote:
> The::pid:: extension gives TCL developers the process-control
> functionality of the 'ps' and 'kill' commands on Windows 95, 98, ME, 2K,
> and XP platforms (not NT):
>
> ::pid::ps - List processes by executable name and PID
> ::pid::kill - Kill process by PID
>
> The DLL was built against TCL 8.4b2/threads using SWIG 1.3, and will
> hopefully work under other versions of TCL as well. The extension
> appears to be thread-safe. If it doesn't work on your TCL installation,
> you can compile using the included source.

This would fit nicely into TclX (where pid and kill support for unix can
be found, but Win32 is missing), wouldn't it?

Michael Schlenker

Michael Schlenker

unread,
Sep 15, 2002, 7:22:50 PM9/15/02
to
Jeffrey Hobbs wrote:

> Michael Schlenker wrote:
>
>> Ed Suominen wrote:
>>
>>> The::pid:: extension gives TCL developers the process-control
>>> functionality of the 'ps' and 'kill' commands on Windows 95, 98,
>>> ME, 2K, and XP platforms (not NT):
>>>
>>> ::pid::ps - List processes by executable name and PID
>>> ::pid::kill - Kill process by PID
>>
>
>> This would fit nicely into TclX (where pid and kill support for
>> unix can be found, but Win32 is missing), wouldn't it?
>
> > Actually kill in TclX works on Windows as well, although the docs may
> not admit it. I don't think there is any ps command in TclX for
> unix or windows.

No ps, but [id pid] (thats what i was thinking about...). Will the kill
feature in TclX for Win32 be documented in the future?

Michael Schlenker

Jeffrey Hobbs

unread,
Sep 15, 2002, 7:10:31 PM9/15/02
to
Michael Schlenker wrote:
> Ed Suominen wrote:
>> The::pid:: extension gives TCL developers the process-control
>> functionality of the 'ps' and 'kill' commands on Windows 95, 98, ME,
>> 2K, and XP platforms (not NT):
>>
>> ::pid::ps - List processes by executable name and PID
>> ::pid::kill - Kill process by PID

> This would fit nicely into TclX (where pid and kill support for unix can

> be found, but Win32 is missing), wouldn't it?

Actually kill in TclX works on Windows as well, although the docs may not

admit it. I don't think there is any ps command in TclX for unix or windows.

--
Jeff Hobbs The Tcl Guy
Senior Developer http://www.ActiveState.com/
Tcl Support and Productivity Solutions
Join us in Sept. for Tcl'2002: http://www.tcl.tk/community/tcl2002/

Martin Lemburg EDS PLM solutions

unread,
Sep 17, 2002, 4:21:50 AM9/17/02
to
Michael Schlenker <sch...@uni-oldenburg.de> wrote in message news:<3D85134A...@uni-oldenburg.de>...

TclX? Isn't a bit crazy to use TclX just to get the functionality of
the pid-package?
I prefer to use a smaller dedicated package, than to use such a heavy
weigth extension library such as TclX.

But I would like to get a tcl v8.3 version! I have no SWIG and so I
have no possibility to build a tcl v8.3 version!

Can somebody help?

Regards,

Martin Lemburg

Ed Suominen

unread,
Sep 20, 2002, 4:18:36 PM9/20/02
to
Just a quick note that I've fixed a bug with PID 0.9 (it wasn't
releasing a Win32 API handle) and strongly recommend anyone who
downloaded it before today get the latest version.

Also, does the extension work with TCL 8.3.x? Just curious. I can build
it against an older version if necessary, but now that TCL 8.4 is out,
I'd rather build future releases against it.

/--- Ed Suominen ------------------------------\
|> Registered Patent Agent
|> Independent Inventor of EE Technology
|> Author, PRIVARIA Secure Networking Suite
|| Freely available at http://www.privaria.org
|> Nothing above to be construed as legal advice
|| or the opinion of my firm or any client.
\--- http://www.eepatents.com -----------------/

0 new messages