Skip to content

Trivial and portable snippet to get (and save) the PID of the current Lisp image.

Notifications You must be signed in to change notification settings

vindarel/getpid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Getpid

A trivial portable utility to get the PID of the current Lisp process.

Example use case: start a web application on the background and use the PID to send signals to it.

API

  • getpid
  • save-pid &optional file

It works for SBCL, CCL, ECL, LispWorks and Allegro.

UIOP doesn't want this function, so here it is.

Installation

This library is on Ultralisp.

WTFPL.

About

Trivial and portable snippet to get (and save) the PID of the current Lisp image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages