Hi Phil,
  We had the same problem with defunct Magma processes. To quick fix this we terminated the processes this way:

" Before evaluation be aware of other processes with the same priority... "
( Process allInstances
  select: [: aProcess | aProcess priority = 50 ] ) allButFirst do: [: ea | ea terminate ]

and reinstalled the previous release.
Cheers

HernĂ¡n

2008/11/23 Phil@Work <phil@retailinfo.com.au>
Hi All,

I've seen this answered in the archive a couple of months back, however the solution isn't working for me.

I have around 3000 processes that appear to be defunct timers - ie i've shutdown magma, thrown away the magma directory, started up squeak again, and... many thousands of magma processes - at one stage around 5000 processes!
(50s) Time to process MaRepositoryConnectionRequest: Process>>terminate
(50s) Time to process MaAbortTransactionRequest: Process>>terminate
(50s) Time to process MaReadRequest: Process>>terminate
(50) Time to process MaRepositoryDisconnectRequest: Delay>>wait
(50) Time to process MaRepositoryDisconnectRequest: Delay>>wait
(50) Time waiting for MaRepositoryDisconnectRequest requests: Delay>>wait
(50) Time waiting for MagmaIdRequest requests: Delay>>wait
(50) Time to process MaReadRequest: Delay>>wait
(50) Time to process MaRepositoryDisconnectRequest: Delay>>wait
(50) Time to process MaRepositoryConnectionRequest: Delay>>wait
(50) Time to process MaAbortTransactionRequest: Delay>>wait
 ...and so on.

The solution i tried was:

MagmaSession cleanUp

result: 'MagmaSession instances (before->after):  0->0'

still many thousands of processes.

Does anyone know how to clean up the mess?

Thanks in advance,

Phil
------------------------
Phil Blake
Information Systems
Retail Information Systems Pty Ltd
Level 2, 35 Spring Street
Bondi Junction, NSW, 2022
Cell: 0438 55 0000
Fax:            1300 747 001





_______________________________________________
Magma mailing list
Magma@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/magma