Lisp HUG Maillist Archive

Re: Lispworks and SSL

Friedrich Dominicus wrote:

> Can you write a bit more about that? It seems to be  web
> application. What tools are you using?
> Regards
> Friedrich
>
>  
>

Yes this a Web Application.  I am on my children's School Council 
Executive and I
run and mantain the web site. It has parent information, volunteer sign 
up forms,
a calendar, etc.....  Here is a rundown of the system.  I am sorry but 
it has user/password
authentication and does not allow general public access, so you cannot 
visit
the site.

LWL 4.3.7 (Originally written in CMUCL, ported because of my unhappiness 
with
                  CMUCL)
FreeBSD 4.11
cvs-parser - written by your own Alain Picard, used to export the 
volunteer DB to
                  Excel.  The volunteer DB is a file of s-expressions 
(structs).
cl-smtp - Written by  Jan Idzikowski <ji@neumond.net>.  Used to notify 
the volunteer
              coodianators of new volunteer sign-ups
calendar - written by me to generate calendars, originally based on the 
Emacs calendar
               library
xhtml - my own version of HTML/XHTML generation
portableaserve - Portable version of Franz's Allegroserve

To control the webserver I allow telnet connections into the running 
server.

The whole app runs as a daemon under my user account.

Wade



Image size

At 20/10/2005 02:06, Wade Humeniuk wrote:
>Friedrich Dominicus wrote:
>
>>Can you write a bit more about that? It seems to be  web
>>application. What tools are you using?
>>Regards
>>Friedrich
>
>Yes this a Web Application.  I am on my children's School Council Executive and I
>run and mantain the web site. It has parent information, volunteer sign up forms,
>a calendar, etc.....  Here is a rundown of the system.  I am 
>sorry but it has user/password
>authentication and does not allow general public access, so you cannot visit
>the site.

It looks to be a nice project.
Could you tell me the size of your image? I have just made a 
first image (deliver), I'm a bit surprised by its 31 Mb (level 
0), especially because it doesn't include CAPI (:interface nil).

Francis


>LWL 4.3.7 (Originally written in CMUCL, ported because of my unhappiness with
>                  CMUCL)
>FreeBSD 4.11
>cvs-parser - written by your own Alain Picard, used to export the volunteer DB to
>                  Excel.  The volunteer DB is a file of s-expressions (structs).
>cl-smtp - Written by  Jan Idzikowski <ji@neumond.net>.  Used to notify the volunteer
>              coodianators of new volunteer sign-ups
>calendar - written by me to generate calendars, originally based on the Emacs calendar
>               library
>xhtml - my own version of HTML/XHTML generation
>portableaserve - Portable version of Franz's Allegroserve
>
>To control the webserver I allow telnet connections into the running server.
>
>The whole app runs as a daemon under my user account.
>
>Wade
>
>
>


Re: Image size

As wade said, deliver 0 doesn't remove much at all.
The current state of my  game code is about 24MB at delivery level 0
and at delivery level 5 it is 3.5 MB.

On 10/25/05, Francis Leboutte <f.leboutte@algo.be> wrote:
> At 20/10/2005 02:06, Wade Humeniuk wrote:
> >Friedrich Dominicus wrote:
> >
> >>Can you write a bit more about that? It seems to be  web
> >>application. What tools are you using?
> >>Regards
> >>Friedrich
> >
> >Yes this a Web Application.  I am on my children's School Council Executive and I
> >run and mantain the web site. It has parent information, volunteer sign up forms,
> >a calendar, etc.....  Here is a rundown of the system.  I am
> >sorry but it has user/password
> >authentication and does not allow general public access, so you cannot visit
> >the site.
>
> It looks to be a nice project.
> Could you tell me the size of your image? I have just made a
> first image (deliver), I'm a bit surprised by its 31 Mb (level
> 0), especially because it doesn't include CAPI (:interface nil).
>
> Francis
>
>


Re: Image size

Thank you to all for these interresting and reassuring feedbacks.

Francis


At 25/10/2005 17:21, Wade Humeniuk wrote:
>Francis Leboutte wrote:
>
>>At 20/10/2005 02:06, Wade Humeniuk wrote:
>>
>>>Friedrich Dominicus wrote:
>>>
>>>>Can you write a bit more about that? It seems to be  web
>>>>application. What tools are you using?
>>>>Regards
>>>>Friedrich
>>>
>>>
>>>Yes this a Web Application.  I am on my children's School Council Executive and I
>>>run and mantain the web site. It has parent information, volunteer sign up forms,
>>>a calendar, etc.....  Here is a rundown of the system.  I am 
>>>sorry but it has user/password
>>>authentication and does not allow general public access, so you cannot visit
>>>the site.
>>
>>
>>It looks to be a nice project.
>>Could you tell me the size of your image? I have just made a 
>>first image (deliver), I'm a bit surprised by its 31 Mb (level 
>>0), especially because it doesn't include CAPI (:interface nil).
>>
>>Francis
>>
>
>Hi Francis,
>
>The executable is ~4MB, delivered at level 3.
>
>(deliver 'westmount-council::run-westmount-daemon
>         "lw-westmount-daemon" 3
>         :interface nil
>         :multiprocessing t
>         :compact t
>         :keep-debug-mode nil
>         :keep-eval nil
>         :keep-walker nil
>         :keep-lexer nil
>         :no-symbol-function-usage nil
>         :shake-shake-shake t
>         :smash-packages nil
>         :keep-editor nil
>         )
>
>Wade
>
>
>


Updated at: 2020-12-10 08:50 UTC