Posted by Rachel on February 13th, 2006 — Posted in Project
At the moment the coding part is going ok. I’m a bit behind w.r.t. my schedule, but that’s mostly been down to feeling ropey for the larger part of last week. Hopefully, I’ll be able to catch up over the next week, but this shouldn’t be too much of a problem.
No Comments »
Posted by Rachel on February 3rd, 2006 — Posted in Project
So, I started to wonder why I only ever got 4 pages of urls whenever I looked at blogs with a lot of links on them.
Looking at the API for ArrayList reveals that it can go a bit funny when accessed by multiple threads that aren’t synchronous and you can either put the arraylist in a collections thingy to deal with it, or make the threads synchronous.
Making the threads synchronous gives and OutOfMemory error.
So it looks like I’m going to have a stab at putting the arraylist in whatever that collections thing was.
No Comments »