Project V: Update (Sept 28, 2007)
Friday, 28. September 2007, 13:28:17
Another quick update. I finished the protocol that will enable communication between machines (aka concurrency). There's just a little part of it left, but I need to add a caching store for incomplete items when a node is receiving instructions. So I'll do that tomorrow. I only implemented one data type so far (Int32). I still haven't done the operations. That'll be tomorrow or the day after. In any case, I can see the end of the tunnel now. I'm plugging away like a madman. I coded 12 hours straight today. I didn't know a flexible protocol could take so much time. I don't think I can finish this by this weekend though. Another week should be more than enough.
I have this left to do:
So I'll need another 3 or 4 days. Actually, I think I could get most of it done this weekend. BTW, the list above has all the infrastructure done. It's just a matter of putting the pieces together and providing functionality that can control it. All the details have been worked out. *Fingers crossed* So it's all done but the typing.
I have this left to do:
- Caching system for incomplete incoming items. (2 hours)
- Component architecture. (4 hours)
- Math operations on Int32. (1 hour)
- Graph dependency analysis. (2 hours)
- Stream system. (1 hour)
- Runtime Processing. (4 hours)
So I'll need another 3 or 4 days. Actually, I think I could get most of it done this weekend. BTW, the list above has all the infrastructure done. It's just a matter of putting the pieces together and providing functionality that can control it. All the details have been worked out. *Fingers crossed* So it's all done but the typing.

