-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
I'm trying to figure out if running PHP shindig with the Drupal adaptor ( http://drupal.org/project/ShindigIntegrator ) from within a standalone PHP based server ( using http://code.google.com/p/phpsocketdaemon/ ) can be done without too much trouble. My primary incentive is to reduce the memory usage. The jpoker web application (as found at http://jspoker.pokersource.info/ ) uses long polling. Within an opensocial context, it means there is one idle makeRequest query running for each active user. Using a traditional apache prefork daemon, it means 20MB of resident memory per query, which is high. Using threads would improve the situation a little, but even a few megabytes is overkill to handle a single idle socket. I would very much appreciate any input you may have with regard to this specific problem. Thanks in advance -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkvf+/8ACgkQ8dLMyEl6F20/TACgvnPfuGiwrPzBxuyQY5OeFLbs r8sAnR4SmvQhGwTlpEG4UGjLJpC8diJj =ksmh -----END PGP SIGNATURE-----
