On Wed, May 25, 2011 at 11:26 AM, Jesse Alama jesse.alama@gmail.com wrote:
On 2011-05-25 06:43:00 +0200, Hans Hübner said:
On Tue, May 24, 2011 at 8:27 PM, Mark H. David mhd@yv.org wrote:
I'm interested in having the ability to break, trace, etc., all the functions running in Hunchentoot. Is there any trick for this? I'd really like to ideally have a SLIME REPL buffer dedicated to it.
I don't know about a dedicated Slime buffer, but I run Hunchentoot single-threaded when I need to debug something in the request execution path. That blocks the REPL buffer, but works well for many situations.
Do you have a flexible way to switch to a single-threaded hunchentoot?
No, the start functions in my applications usually accept a singled-threaded-p argument or something similar. I'm open to suggestions how Hunchentoot could be improved to make switching between multi and single-threaded modes easier, if required.
-Hans