Re: [lisp-snmp] SBCL and requiring snmp
Brought to you by:
binghe
From: Chun T. (binghe) <bin...@gm...> - 2009-07-16 18:38:03
|
Hi, David If this is the first time you compiling fresh cl-net-snmp source code, I'm afraid it INDEED may take a long time, because all basic SNMP MIB definitions are compiled into Common Lisp source code (78 files and more than 40,000 lines of lisp code) when your computer is not fast. But I think for the second time SBCL won't compile them at all, just loading fasls, and that should be fast enough. SBCL's compile speed is relative slow among other CL platforms. The "Portable Threads" notes is reasonable because I used it for portable multi-threading API. Regards, Chun Tian (binghe) 在 2009-7-17,02:27, David Leimbach 写道: > I've been noticing that on trunk, when I use sbcl with cl-net-snmp > stuff being required, that it takes a very long time to get back to > the REPL. > > It's almost a minute or more after I see the following that the REPL > comes back and I'm interactive again. > > ;;; > ------------------------------------------------------------------------ > ;;; Portable Threads Interface 2.2 > ;;; > ;;; Developed and supported by the GBBopen Project (http:/ > GBBopen.org/) > ;;; (See http://GBBopen.org/downloads/LICENSE for license details.) > ;;; > ------------------------------------------------------------------------ > > > Is this something anyone else has experienced? Are there fixes for > this? > > Dave > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited > time, > vendors submitting new applications to BlackBerry App World(TM) will > have > the opportunity to enter the BlackBerry Developer Challenge. See > full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > cl-net-snmp-general mailing list > cl-...@li... > https://lists.sourceforge.net/lists/listinfo/cl-net-snmp-general |