in reply to Re: Perl, Android web app, AJAX, JSON
in thread Perl, Android web app, AJAX, JSON
I am not sure whether I need to go as far as writing a daemon using RPC::Any::Server for my CMS, in order for the mobile apps to use the CMS as the data and logic "hub".
This is a web based CMS, that is already written to be compatible with Apache::mod_perl, so I guess it would be unnecessary to wrap it in its own daemon, when Apache essentially does that, as well as provide much other web related functionality, such as cookie based client authentication, logging, caching, memory and performance optimizations etc.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl, Android web app, AJAX, JSON
by Your Mother (Archbishop) on Nov 21, 2017 at 19:08 UTC | |
by monx663 (Sexton) on Nov 21, 2017 at 20:32 UTC | |
|
Re^3: Perl, Android web app, AJAX, JSON
by Anonymous Monk on Nov 21, 2017 at 18:17 UTC | |
by monx663 (Sexton) on Nov 21, 2017 at 18:22 UTC | |
by LanX (Saint) on Nov 21, 2017 at 18:40 UTC |