Sure, Let's say I have a machine connected running web2py, this will be like a client because the app will be sending data out. I use scheduler to routinely send the data (every 2 min). I want this app send data to a web2py server (has domain like www.example.com). let's say I have two of these machines running web2py as client and will send the data at the same time to my web2py server on www.example.com. I want to know 1) what approaches are out there and which one is more appropriate, 2) is there going to be problem if the web2py server receives data by two machines at the same time. (by the way I cann't use sharing databases because the machines don't have domain associated with them and their ip is dynamic).
On Thursday, July 21, 2016 at 11:13:49 AM UTC-4, Anthony wrote: > > On Thursday, July 21, 2016 at 8:22:21 AM UTC-4, Aydin wrote: >> >> Thanks, yes, I know of the forms, I was just wondering if there are other >> services or methods that I may not know. >> > > I think you need to explain more specifically what you are trying to do. > > Anthony > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

