Opened 16 years ago
Closed 16 years ago
#111 closed defect (fixed)
run autoinstalls in the background, rather than aborting with timeout
Reported by: | price | Owned by: | ecprice |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | web | Version: | |
Keywords: | Cc: |
Description
Autoinstalls typically abort with a timeout, at varying stages of unfinishedness. I jacked up the FCGI timeouts a while ago; we may be running up against browser timeouts.
At a range of levels of ambition, we can
- show a static "we're working on it" page, autoinstall in the background, send mail when done
- show a "we're working on it" page that refreshes each N seconds to see if it's done; requires some mechanism for sharing that information between the remctl's thread and the refresh's thread
- show a "we're working on it" page that uses comet to wait for it to be done; requires the same info-sharing, plus comet.
Change History (1)
comment:1 Changed 16 years ago by broder
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This is fixed by virtue of the autoinstaller being equivalent to an xm create operation.