Welcome! Log In Create A New Profile

Advanced

destroy() problems

Posted by Iqbal 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
destroy() problems
July 29, 2006 10:57AM
I am managed to get 9 tests working and my server is up and running, just need to do the destroy part. I am confused about which approach to use for, reference counting or active list method.

Can someone please give some tips to code method destroy().
Anonymous User
Re: destroy() problems
July 29, 2006 11:57AM
Hi Igbal,
For me reference counting was much cleaner and much more simpler than most methods i attempted, since it is supported by CORBA.

I did send in a pseudo-algorithm of tips on the destroy methods on Thursday.It has the subject: The destroy() method tips.

I won't be having access to the net for much longer, so goodluck my friend.
Re: destroy() problems
July 29, 2006 12:03PM
Thanks Valentino,

I did not recieve it but I manage to sort out the destroy function, now I have 10 out of 11 test. What are the key things the stress test checks for?
Anonymous User
Re: destroy() problems
July 29, 2006 12:33PM
It just stresses your server to the limits to see if it crushes by opening and destroying a series of accounts, in a for loop which execute 10 times.
Sorry, only registered users may post in this forum.

Click here to login