comparison src/demo.sml @ 863:305bc0a431de

.msgs processing in FastCGI
author Adam Chlipala <adamc@hcoop.net>
date Sat, 27 Jun 2009 17:50:31 -0400
parents 9f2555f06901
children 03e7f111fe99
comparison
equal deleted inserted replaced
862:66dbf3953758 863:305bc0a431de
90 (#sources combined) (#sources urp), 90 (#sources combined) (#sources urp),
91 exe = OS.Path.joinDirFile {dir = dirname, 91 exe = OS.Path.joinDirFile {dir = dirname,
92 file = "demo.exe"}, 92 file = "demo.exe"},
93 sql = SOME (OS.Path.joinDirFile {dir = dirname, 93 sql = SOME (OS.Path.joinDirFile {dir = dirname,
94 file = "demo.sql"}), 94 file = "demo.sql"}),
95 debug = false, 95 debug = Settings.getDebug (),
96 timeout = Int.max (#timeout combined, #timeout urp), 96 timeout = Int.max (#timeout combined, #timeout urp),
97 profile = false, 97 profile = false,
98 ffi = [], 98 ffi = [],
99 link = [], 99 link = [],
100 headers = [], 100 headers = [],