What is the diff开发者_C百科erence b/w PRLock and PRRWLock provided by nspr library ?I don\'t know anything about the library but the names suggest that one is a standard lock and the other is a reade
I need to use spidermonkey for my perl javascript engine. For that I need to build spidermonkey with thread-safe libraries. So as I understand I need to first build NSPR and then spidermonkey.
I have some basic pageview incrementing code set up on a LAMP server (see code below). The code starts a session, checks if pageviews is set, increments it if not and prints the variable. The page li