[Openmcl-devel] AWS API code (re: GUI:BACKGROUND-PROCESS-RUN-FUNCTION)

Stelian Ionescu sionescu at cddr.org
Wed Jan 25 12:10:44 PST 2012


On Wed, 2012-01-25 at 13:15 -0600, Robert Goldman wrote:
> On 1/25/12 Jan 25 -1:01 PM, Ron Garret wrote:
> > BTW and FYI, the reason I'm using GUI:BACKGROUND-PROCESS-RUN-FUNCTION is that I'm writing some code to interface to Amazon's AWS API.  Spinning up instances takes a while, so I do them in parallel to save time.  I'm running CCL eval servers on the instances, so I essentially have a Lisp supercomputer that I can spin up whenever I need it.  It's pretty wizzy, if I do say so myself :-)
> > 
> > If anyone is interested in this code let me know and I'll make it available.  Also, if you're in the Bay Area, I'm going to be presenting it at the BALispers meetup this weekend.
> 
> I'd be interested.  I have been using Amazon's EC2 for a bunch of
> things, some lisp and some not.  But so far I have been using perl to
> handle the launching and job management:  the absence of a common
> RUN-SHELL-COMMAND, and FORK, among other things, make it almost
> impossible to use portable CL for such scripting.

IOlib has one such facility in iolib.os: create-process and its
derivative, run-program

-- 
Stelian Ionescu a.k.a. fe[nl]ix
Quidquid latine dictum sit, altum videtur.
http://common-lisp.net/project/iolib

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20120125/c266c7b1/attachment.bin>


More information about the Openmcl-devel mailing list