SCM Repository
View of /sml/trunk/src/cm/compile/servers.sig
Parent Directory
|
Revision Log
Revision 450 -
(download)
(as text)
(annotate)
Fri Oct 22 17:10:09 1999 UTC (21 years, 4 months ago) by blume
File size: 878 byte(s)
Fri Oct 22 17:10:09 1999 UTC (21 years, 4 months ago) by blume
File size: 878 byte(s)
improvements on parallel stuff
(* * Handling compile-servers. * * This is still rather crude and not very robust. A "real" implementation * exists only for Unix. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) signature SERVERS = sig (* add a compile server *) val start : { name: string, cmd: string * string list, pathtrans: (string -> string) option } -> bool val stop : string -> unit val kill : string -> unit (* wait until all servers are ready *) val waitforall : unit -> unit (* signal all servers that we are starting with a new .cm file *) val cm : SrcPath.t -> unit (* signal all servers that we are starting with a new CMB.make *) val cmb : string -> unit (* schedule a compilation *) val compile : SrcPath.t -> bool val withServers : (unit -> 'a) -> 'a end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |