Re: How to kill slave kernel securely?
- To: mathgroup at smc.vnet.net
- Subject: [mg117158] Re: How to kill slave kernel securely?
- From: Oliver Ruebenkoenig <ruebenko at wolfram.com>
- Date: Thu, 10 Mar 2011 06:16:25 -0500 (EST)
On Thu, 10 Mar 2011, Alexey Popkov wrote: > Instead of MemoryConstrained I would prefer to have 'FreeMemoryConstrained' > function to protect from swapping securely... > What is holding you from setting that MemoryConstraint to the amount of physical memory you have? > > ----- Original Message ----- > From: "Oliver Ruebenkoenig" <ruebenko at wolfram.com> > To: "Alexey Popkov" <lehin.p at gmail.com> > Cc: "comp.soft-sys.math.mathematica" <mathgroup at smc.vnet.net> > Sent: Wednesday, March 09, 2011 9:46 PM > Subject: Re: [mg117082] How to kill slave kernel securely? > > >> On Wed, 9 Mar 2011, Alexey Popkov wrote: >> >>> Oliver, >>> >>> Is this a good way to do when the slave kernel freezes because of > swapping? >>> >>> Alexey >>> >>> >> >> Alexey, >> >> You could try MemoryConstrained and use Quit for the failexpr. >> >> Oliver >> >>> >>> ----- Original Message ----- >>> From: "Oliver Ruebenkoenig" <ruebenko at wolfram.com> >>> Newsgroups: wri.mathgroup >>> To: "Alexey" <lehin.p at gmail.com> >>> Cc: <mathgroup at smc.vnet.net> >>> Sent: Wednesday, March 09, 2011 5:11 PM >>> Subject: Re: [mg117082] How to kill slave kernel securely? >>> >>> >>>> On Wed, 9 Mar 2011, Alexey wrote: >>>> >>>>> Good day, >>>>> >>>>> LinkClose[link] "does not necessarily terminate the program at the >>>>> other end of the connection" as it is said in the Documentation. Is >>>>> there a way to kill the process of the slave kernel securely? >>>>> >>>>> >>>> >>>> Alexey, >>>> >>>> you could use Quit. >>>> >>>> Oliver >>>> >>> >> > >