Re: LW as a web app
"Adam Weaver (as adam at cleversure dot com dot au)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <SY5P282MB4638502806C78A51D215688B9C61A@SY5P282MB4638.AUSP282.PROD.OUTLOOK.COM> |
Arnold Noronha wrote: [snip] > is LispWorks, single multi-threaded process with Hunchentoot behind Nginx. > We deliver to level 0. Deploys are: > * (asdf:load-system <top-level-system>) locally > * rsync all compiled fasls > * (asdf:load-system <top-level-system>) on server So this bit confuses me. If you're DELIVERing, why are you also copying over the FASLs? Are they different FASLs to what you've DELIVERed? And do you LOAD them in to the DELIVERed app later?