Hi Wes, I was/am really interested in incorporating libmemcached and being able to access the methods via javascript, so I guess the latter, but the more I understand this code base, the more I understand what I don't know. some years ago Ziga Ham posted a page on the subject (http://zigaham.com/blog/2010/04/27/ape-project-how-to-build-server-side-module-in-c-to-use-with-javascript/), but it is far from complete, (for a C newbie like me).
What I want to do it to be able to efficiently access memcached on a remote server during login to present to the user a list of items which reside there, and to update the status of the user. Any/all help on the subject would be gratefully received, and my findings/experiences would be feed back into this group for all to share. Thanks, Fin On Monday, 24 November 2014 21:05:15 UTC, Wes Garland wrote: > > Are you trying to write a C module for APE, or C bindings for Javascript? > > On 24 November 2014 at 11:55, <[email protected] <javascript:>> > wrote: > >> Hello Edward >> >> I played around with a mongo adapter in the spidermonkey module. >> It was more a proof of concept. I also played with a postgres adapter, >> real async/non-blocking. >> >> https://groups.google.com/forum/#!searchin/ape-project/ >> mongo/ape-project/imoREM7eMBA/VnFK7hnKsEgJ >> >> In the mean time I learned a lot, and would do some things differently >> (better :-)). >> >> At that time there was not much response from the community, therefor i >> did not continue. >> Now that the json features in postgresql have landed in 9.3+; There might >> be 'fresh' interest now. Should I pick this up again? >> >> Peter Reijnders >> >> Edward Finlayson schreef op 2014-11-22 11:39: >> >>> Does anyone have any documentation regarding adding C based modules, >>> for example a no-sql client. From the looks of the mysql one, there is >>> a long running bug in it which make is worth significantly less >>> because it crashes it he mysql server returns a null dataset. >>> If there is any documentation at all available I will attempt to >>> create a patch which will bring the MySQL lib offering up to the >>> latest version (which is known to be stable) >>> >>> -- >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "APE Project" group. >>> To post to this group, send email to [email protected] >>> <javascript:> >>> To unsubscribe from this group, send email to >>> [email protected] <javascript:> >>> For more options, visit this group at >>> http://groups.google.com/group/ape-project?hl=en [1] >>> --- >>> APE Project (Ajax Push Engine) >>> Official website : http://www.ape-project.org/ [2] >>> Git Hub : http://github.com/APE-Project/ [3] >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "APE Project" group. >>> To unsubscribe from this group and stop receiving emails from it, >>> send an email to [email protected] <javascript:> [4]. >>> For more options, visit https://groups.google.com/d/optout [5]. >>> >>> >>> Links: >>> ------ >>> [1] http://groups.google.com/group/ape-project?hl=en >>> [2] http://www.ape-project.org/ >>> [3] http://github.com/APE-Project/ >>> [4] mailto:[email protected] <javascript:> >>> [5] https://groups.google.com/d/optout >>> >> >> -- >> -- >> You received this message because you are subscribed to the Google >> Groups "APE Project" group. >> To post to this group, send email to [email protected] >> <javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/ape-project?hl=en >> --- >> APE Project (Ajax Push Engine) >> Official website : http://www.ape-project.org/ >> Git Hub : http://github.com/APE-Project/ >> >> --- You received this message because you are subscribed to the Google >> Groups "APE Project" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Wesley W. Garland > Director, Product Development > PageMail, Inc. > +1 613 542 2787 x 102 > -- -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/ --- You received this message because you are subscribed to the Google Groups "APE Project" 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.
