STT | Web Service | Message Queue | Notes |
1 | If the server fails the client must take responsibility to handle the error. | If the server fails, the queue persist the message (optionally, even if the machine shutdown). | + Some Message Queue: RabbitMQ, Beanstalkd,
ActiveMQ, IBM MQ Series, Tuxedo. + Web service: Restful, SOAP Service. |
2 | When the server is working again the client is responsible of resending it. | When the server is working again, it receives the pending message. | |
3 | If the server gives a response to the call and the client fails the operation is lost. | If the server gives a response to the call and the client fails, if the client didn't acknowledge the response the message is persisted. | |
4 | You don't have contention, that is: if million of clients call a web service on one server in a second, most probably your server will go down. | You have contention, you can decide how many requests are handled by the server (call it worker instead). | |
5 | You can expect an immediate response from the server, but you can handle asynchronous calls too. | You don't expect an immediate synchronous response, but you can implement/simulate synchronous calls. | |
Enable send message to all subscribers. | |||
Your resources exist until you delete them, which means you can view historical information long after the process and task complete. | |||
Task that has multiple steps, without any extra complicated protocols. |
Phần I - Nuôi con không phải cuộc chiến Chương 1: ăn ngủ tự lập mẹ nhàn con ngoan EASY: eat - activity - Sleep - Your time -> Là chu kỳ sinh hoạt lặp đi lặp lại của bé trong một khoảng thời gian 1 ngày của bé. Có thể bạn quan tâm: Khuyến mãi mua trọn bộ sách Nuôi con không phải cuộc chiến I. Nếp sinh hoạt EASY 1. Lợi ích EASY: Đối với bé: + Nhận biết được những gì xảy ra tiếp theo -> Tăng khả năng tự tin của con. + Tập cho bé phản xạ có điều kiện. + Kết nối nhịp sing học của con. Đối vơí mẹ: + Biết cách phản ứng với những nhu cầu khác nhau của bé, không nhầm lẫn giữa khi bé khóc đòi ăn hay làm nũng. Về lâu dài: + EASY là nền tảng cơ bản giúp rèn luyện sự tự lập ở bé. + Tạo nếp sinh hoạt ăn ngủ điều độ. (Khi con càng lớn chu kỳ EASY càng dài ra) 2. Chu kỳ 03h: Cho bé từ 0 - 3 tháng tuổi. Bé ăn cách nhau 03 giờ. Cho con ngủ theo bảng thời gian hoặc căn cứ vào dấu hiệu của bé. Cân nặng tiêu chuẩn 2.7kg 3. Chu kỳ 4 giờ Ch
Nhận xét