> Hi,I'm trying to run the agent on ABCL, but the command it sends to the
> ABCL test client doesn't do anything. This is the command it sends to the
> client ABCL:
> > java -XX:MaxPermSize=256m -jar ~/src/abcl-trunk/dist/abcl.jar --noinit
> --nosystem --batch --eval '(LOAD
> #P"/home/ehuelsmann/src/cl-test-grid/agent/proc-common.lisp")' --eval
> '(SET-RESPONSE
> #P"/home/ehuelsmann/src/cl-test-grid/agent/../work-dir/agent/response764748 9212893815998.lisp"
> "abcs *() { /d e11 ")'
> > Any idea where I should start looking?
[snip]
> Actually, I advice to utilize CCL for running the main process - agent. It
> will save your time in
> debugging (so that you will not be districted from more important things
> like ABCL 1.1 release).
Well, the reason I want to run the test grid program is to see how much
better ABCL 1.1 is doing than ABCL 1.0. I'm expecting it to do a fair bit
better, but I want data to verify.
> Test-grid-agent depends on several libraries, and may have portability
> problems.
> In particular, there is an external-program library, and test-grid agent
> uses
> external-program:start - an asynchronous execution of external process.
> According
> to external-program documentation external-program:start is not implemented
> for ABCL.
On another thread, Stas Boukarev provided a comment that Drakma can be
loaded without HTTPS support by adding :drakma-no-ssl to the feature list -
that should alleviate the problem of abcl not being able to load compiled
cl+ssl fasls. (I've registered ticket #235 for that.)
Also, I think implementing what's required for EXTERNAL-PROGRAM should be
doable; I'll have a look to see if I can contact Greg Pfeil (the author of
EXTERNAL-PROGRAM, right?) to agree upon a good API to support it.
Bye,
Erik.