Best unofficial Apache Server developers community |
| |||||
| Feb 2, 2012 | |||||
|
Lsbardel |
|
||||
| Tags: | |||||
|
Issue 538 in redis: OBJECT IDLETIME not working with vm-enabled April 26, 2011 05:58:29 PM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 538 by danie### @gmail.com: OBJECT IDLETIME not working with vm-enabled http://code.google.com/p/redis/issues/detail?id=538 What version of Redis you are using, in what… IDLETIME as a way to replace EXPIRE (and use less memory) May 16, 2011 02:46:51 PM I was concerned about the memory overhead of the EXPIRE command, since it expends at least a time_t per key. With that in mind, I thought of using the "IDLETIME" command as a replace for the "EXPIRE 3600" command, like this (pseudocode): foreach… OBJECT command April 6, 2011 05:35:03 AM Hello, this is just to say that I added the OBJECT command on Redis unstable and 2.2 branch (will go live with 2.2.3 later today). redis> lpush mylist ciao (integer) 4 redis> object refcount mylist (integer) 1 redis> object encoding… $match command on array of object December 29, 2011 06:03:16 PM I am trying new pipeline query of MongoDB so i try to execute below query. { aggregate: 'Posts', pipeline: [ { $unwind: '$Comments'}, { $match: {'$Comments.Owner': 'Harry' }}, {$group: { '_id': '$Comments._id' } } … Commented: (THRIFT-816) returning null for an object, sets it to a dummy object with all zero/defaul March 17, 2011 02:40:53 PM [ https://issues.apache.org/jira/browse/THRIFT-816?page=com.atlassian.ji ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId= 13008095#comment-13008095 ] Roger Meier commented on THRIFT-816: Resolved] (POOL-155) ObjectPool.invalidateObject(object) should throw an Exception if object is null August 14, 2011 03:13:13 PM [ https://issues.apache.org/jira/browse/POOL-155?page=com.atlassian.jira .plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved POOL-155. Updated: (POOL-155) ObjectPool.invalidateObject(object) should throw an Exception if object is null June 6, 2010 08:25:54 PM [ https://issues.apache.org/jira/browse/POOL-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated POOL-155: DO NOT REPLY New: javax.el.MapELResolver getType returns class of kept object instead of Object.cla May 9, 2011 06:18:48 AM https://issues.apache.org/bugzilla/show_bug.cgi?id=51177 Bug #: 51177 Summary: javax.el.MapELResolver getType returns class of kept object instead of Object.class Product: Tomcat 6 … Closed: (LANG-635) CompareToBuilder.reflectionCompare(Object lhs, Object rhs, boolean compareTransie July 20, 2010 01:11:52 PM [ https://issues.apache.org/jira/browse/LANG-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-635. Created: (LANG-635) CompareToBuilder.reflectionCompare(Object lhs, Object rhs, boolean compareTransi July 20, 2010 05:03:51 AM CompareToBuilder.reflectionCompare(Object lhs, Object rhs, boolean compareTransients, Class reflectUpToClass) ignores third parameter Updated: (LANG-635) CompareToBuilder.reflectionCompare(Object lhs, Object rhs, boolean compareTransi July 20, 2010 05:03:52 AM [ https://issues.apache.org/jira/browse/LANG-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Radkiewicz updated LANG-635: Using the Rails.cache.read on a MongoMapper object results in a "Can't Modify Frozen Object&quo December 7, 2010 10:45:02 AM Because the Rails.cache does this (excerpt from line 575 in cache.rb in ActiveSupport): # Get the value stored in the cache. def value if @value val = compressed? ? Marshal.load(Zlib::Inflate.inflate(@value)) : @value… Using functions on Object right in the mongo Database... especially interested in the Date object December 16, 2011 07:09:26 AM Hi there, i got some trouble with Date Objects in mongo... I am looking for a way to query a Date object in the db (that is already there) in a way that i get the ms since 1970 (or more exact the value of .getTime() of this object) To give an… Why does ripple cloned object can change the state of original object? February 24, 2011 09:11:26 AM Hi, I cloned a ripple object and change the state of it. Unfortunately it also change to state of the original object. How is this possible? Am I doing something wrong? Here is the spec to show the example: class Person include Ripple::Document… Replicate session-object after values in object has been changed February 14, 2011 09:58:03 AM Hi, i have a simple Tomcat (7.0.8) cluster (org.apache.catalina.ha.tcp.SimpleTcpCluster without other options) with a simple Myfaces2.0.3 App for testing purpose. If JSF creates a SessionBean or i manually put an object to the SessionMap, Tomcat… How to delete an object in a array list of embedded object? December 29, 2010 12:35:11 AM I am having a document which is like, { "AlbumName" : "1" , "PreviewSize" : [ { "ImageName" : "user120101229051944.jpg" , "BinaryData" : <Binary Data>} , { "ImageName" : "user120101229101542.jpg" , "BinaryData" : <Binary Data>}] , … How TS find object from object database (cache) March 11, 2011 11:10:22 AM Hi guys:I'm glad to join this group, i'm currently a college senior student with a little extra bit of time on my hands and wanted to get a little experience with TS.Currently,I have accrued some basic knowledge through go through TS… RE: How TS find object from object database (cache) March 11, 2011 02:43:27 PM John,Thanks your clearly explan from the point of view of the cache , for now , i am confused about how TS start lookup cache. For example, when user request www.google.com . follow this diagram. we can see ,the TS start cache lookup after Os… How TS find object from object database (cache). March 11, 2011 10:17:35 AM Hi guys: I'm glad to join this group, i'm currently a college senior student with a little extra bit of time on my hands and wanted to get a little experience with TS.Currently,I have accrued some basic knowledge through go through TS… Created: (FELIX-2688) iPojo "requires.filters" - Array object instead of Dictionary object November 8, 2010 03:23:10 AM iPojo "requires.filters" - Array object instead of Dictionary object How to manage connection and command object with multiple threads February 8, 2011 Hi, I'm a novice C# dev and I'm writing a database app the performs updates on two different tables and inserts on another two tables and each… In Redis pubsub, is it possible to pass an object to the PUBLISH command? March 4, 2011 I have an application which inserts record to a postgresql table and after the insert, I want to send a PUBLISH command to redis. Is it possible to… JasperException when processing JSP page: Neither BindingResult nor plain target object for bean name 'command' available as request attribute February 7, 2011 When trying to access the admin.jsp page, the following error occurs: org.apache.jasper.JasperException: An exception occurred processing JSP page… How can I convert a Mongoose object (from Model.find) into a plain Javascript object tree? March 27, 2011 Hello. I'm developing an app with node.js, mongo and mongoose. I hava a Schema object called App, that contains a few embedded documents (included… How to get a JSON object and map it into object in spring 3.0 controller using POST method? January 16, 2011 Hi, I want to add request mapping my controller which gets a Json of Array of an object. The JSON will be sent from javascript using post. Thanks,… Javascript, SQLite database query returning 'Object Object' March 31, 2011 I'm checking out the sqlite and html5 using Javascript, heres the code I'm using to create, my DB, create my table and insert values from 3 text… What's the difference between database object and cursor object in pysqlite2? February 3, 2011 In Python one may interact with an sqlite database using the pysqlite2 class. from pysqlite2 import dbapi2 as sqlite One way to send commands to the… Copy state of object--Post-GIS Geometry object June 17, 2011 After spending some time trying to create a mock object (or stub, who knows...) of Post-GIS's Geometry object, I have decided it would beneficial to… How to retrieve mongo db object and return it as json object May 30, 2011 Hi I have this as one of my controllers: [HttpPost] public JsonResult GetPinPoints(string Id) { Frames rslt = null; string connString =… When using an object database, how do you handle significant changes to your object model? April 5, 2011 If you use an object database, what happens when you need to change the structure of your object model? For instance, I'm playing around with the… What are the object requirements (limitations) for storing an object in RavenDB January 4, 2011 I am researching RavenDB for use in a system (mostly as a persistant key-value cache) and need to know what are the limitations of the actual data… Object and Object meta schema design February 18, 2011 Hello Am working on a project that will save many types of objects into the database. These include: articles, polls, writers .. etc. Some of those… MongoDB data integrity on a create command with a preceeding validation command February 2, 2011 A website I'm creating lets users have a unique subdomain on the site eg; gaz123.mywebsite.com. They enter their subdomain when they register on the… Trying to find an iSeries SQL command equivalent for MySQL. Specifically the "LABEL ON" command. March 15, 2011 My company's main database is an iSeries machine, and I have become quite used to working with the DB2 commands and structure. I am right now trying… Mono 2.10.1 apache errors: Command stream corrupted, last command was -1 March 16, 2011 When starting a test mono server, Immediately the site is giving quite a few errors. The error I'm particularly concerned about is [error]… How do i repeat last sql command executed in sqlite command line? February 25, 2011 I am using android sqlite3 command line tool. How do I repeat the last command that I executed (similar to the / in sqlplus)? edit Simplest way to pass a Serialized object from client to Spring controller and get back serialized object response? May 14, 2011 I have been reading a lot of tutorials about this, I have been able to use HttpClient to make a POST to spring and get the response back but it was… Hbase command versus hadoop command April 12, 2011 The little bit of description of hbase in the O'Reilly Elephant book shows the use of the 'hbase' command line wrapper to run a map-reduce job using… Command line: log in to MySQL and execute command in one line March 4, 2011 I often find the need to check a table structure (to check column names for instance when writing a PHP script). My one single purpose is: speed. I… Using PDO In A Object May 6, 2011 Hi everyone, So Far class PDOExtender { private $_DBO; public function openConnection() { $dsn = "mysql:host=".DB_HOST.";dbname=".DB_NAME;… | |||||
(34 lines) Feb 2, 2012 04:50
(67 lines) Feb 2, 2012 04:55
(10 lines) Feb 2, 2012 05:41
(25 lines) Feb 2, 2012 09:49