gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Re: [Axiom-developer] Simple web server code for GCLfor Wind


From: Camm Maguire
Subject: [Gcl-devel] Re: [Axiom-developer] Simple web server code for GCLfor Windows
Date: 05 May 2005 14:45:36 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!
"Mike Thomas" <address@hidden> writes:

> Camm.
> 
> On Windows 2.6.7pre ANSI:
> 
> 
> 1.  | '(si::socket 8085 :server #'foo:daemon t)'
> 
> >(si::socket 8085 :server #'foo :daemon t)
> 
> #<two-way stream 104d45c4>
> 
> 
> 
> 2.  | and '(si::socket 8085 :server #'foo :daemon :persist)',
> 
> >(si::socket 8085 :server #'foo :daemon :persist)
> 

Good.  :daemon ignored.

> Error in EVAL [or a callee]: Could not connect
> 
> Fast links are on: do (use-fast-links nil) for debugging
> Broken at SYSTEM:SOCKET.  Type :H for Help.
>  1 (Abort) Return to top level.
> dbl:>>
> 
> 

Perhaps the message should be clearer, but you cannot bind two
listening sockets to the same port.  The first either needs to be
closed, or a different port selected.


> 
> 3.  With Bill's test server code I keep getting complaints as follows:
> 
> 
>   >(load "c:/test-http-bill.lsp")
> 
> Loading c:/test-http-bill.lsp
> Error in LET [or a callee]: Error "No such file or directory" on accepting
> conne
> ction to #<two-way stream 104d45c4>
> 
> 
> when the browser tries to communicate with the server with URLs like:
> 
>   http://localhost:8085/msys/1.0/home/
> 
> (with or without trailing slash)
> 
> Will investigate further as time permits.
> 

Hope his latest findings re: http codes works for you too.

Take care, 

> Cheers
> 
> Mike Thomas.
> 
> 
> 
> 
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]