Hi,
There is a small blogging system where a user posts small blogs and they are time stamped, if this system was expanded into a distributed environment the main issue I can for see is with so many people using the system then posts will go out off order, the way I can see around this is that when the system is being coded that threading be used so that only one user can have access to posting on the blog at a time.
Is this the only issue that a distributed environment will have on the system or is there more and what would they be?