You are not logged in.
Pages: 1
Dear ab,
We are progressing well with the POC (proof of concept demo) of the Mobile POS application using your framework. I have another question for you:
Let us assume that the client sends a request to the server. While processing the request the server might need to send some progress information to the client. For example the client might send a request for the server to process a credit card payment. While processing the request the server will need to inform the client about the progress of processing the request. Example: Connection to the bank established, sent request, received response, etc... With Delphi components we could do that using events. Is there a way to do that using the mORMot framework? We will have 2 types of events: 1 type is while processing a request initiated by the client and another type is when the server needs to inform the clients about something outside of a request. For example the server might need to inform all the clients to logoff as the system will be under maintenance shortly. My understanding is that using your framework the client sends a request and the server processes that request and sends a response. Can we have more dialog between the client and the server while progressing a request? The messages are exchanged using http over TCP/IP. Can we use the underlying TCP session to have a more detailed dialogue between the client and server while processing the request?
It will be great if this could be done.
Regards
HK
Dear ab,
We are seriously considering to use your framework to implement a 3 tier architecture mobile POS solution. We are planning to use interface based services like the sample calculator application in directory no 14. I have the following question:
While processing a request initiated by a client the server might need more information from the client. What is the best way of implementing this? For example the client might request the server to insert an item into the customer order. While processing this request the server might realize that it needs more information about the item like for example the serial number of the item. I need a mechanism to have the server callback the client or inform the client that the serial number of the item is required. The client will then open a form to allow the user to enter the serial number and will send the serial number back to the server. The server will then complete the processing of the original request and will send the response back to the client. What is the best way of implementing this requirement?
Dear ab,
We are seriously considering to use your framework to implement a 3 tier architecture mobile POS solution. We are planning to use interface based services like the sample calculator application in directory no 14. I have the following question:
While processing a request initiated by a client the server might need more information from the client. What is the best way of implementing this? For example the client might request the server to insert an item into the customer order. While processing this request the server might realize that it needs more information about the item like for example the serial number of the item. I need a mechanism to have the server callback the client or inform the client that the serial number of the item is required. The client will then open a form to allow the user to enter the serial number and will send the serial number back to the server. The server will then complete the processing of the original request and will send the response back to the client. What is the best way of implementing this requirement?
Pages: 1