Communication in distributed software development: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m Task 18 (cosmetic): eval 30 templates: del empty params (3×); cvt lang vals (1×);
Line 47:
=== Asynchronous systems ===
[[Asynchronous conferencing|Asynchronous systems]] provide a mechanism for submission and retrieval of messages, where the sender can send information whenever he likes and the recipient will only retrieve it and reply when he is available. This form of communication can be used to have a discussion or convey information about less urgent matters, since no answer is guaranteed promptly. It is useful in a distributed development process speciallyespecially because most of the timestime the different teams working on a project don't do so simultaneously, and matters that are not urgent can be discussed asynchronously.
 
=== Hybrid systems ===