[plt-scheme] subprocess hangs for Drscheme but works for mzscheme

From: ccwu (ccwu660601 at gmail.com)
Date: Mon Nov 23 09:30:31 EST 2009

Hi,

Because there is no OpenID library for plt web server, I'm trying to
handle OpenID using the rhino javascript engine. The following script
works for mzscheme but hangs for Drscheme.

(define-values (subproc out in err) (subprocess #f #f #f "/usr/bin/
rhino" ""))

Any explainations?


Posted on the users mailing list.