-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
The project I'm working on uses MongoDB for some stuff so I'm creating some documents to help developers speedup the learning curve and also avoid mistakes and help them write clean & reliable code. This is my first version of it, so I'm pretty sure I will be adding more stuff to it, so stay tuned…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I'm running Ubuntu Server 12.04 (32 bit) on an old (1998) computer. Everything's working fine until I try and start MongoDB.
somekittens@DLserver01:~$ mongo
MongoDB shell version: 2.2.2
connecting to: test
Sun Dec 16 22:47:50 Error: couldn't connect to server 127.0.0.1:27017 src/mongo/shell/mongo…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi
i have this document in mongo:
{
"_id": ObjectId("4d0b9c7a8b012fe287547157"),
"done_by": ["1"]
}
and i want to add another value to "done_by" field, so my expected document will be::
{
"_id": ObjectId("4d0b9c7a8b012fe287547157"),
"done_by": ["1","2","3"]
}
i try this:
$conn…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm currently using MongoDB to record application logs, and while I'm quite happy with both the performance and with being able to dump arbitrary structured data into log records, I'm troubled by the mutability of log records once stored.
In a traditional database, I would structure the grants for…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi!
I am trying to test out mongoDB and see if it is anything for me. I downloaded the 32bit windows version, but have no idea on how to continue from now on.
I normally use the WAMP services for developing on my local computer. Can i run mongoDB on Wamp?
However, what's the best (easiest!) way…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Before you answer this I have never developed anything popular enough to attain high server loads. Treat me as (sigh) an alien that has just landed on the planet, albeit one that knows PHP and a few optimisation techniques.
I'm developing a tool in PHP that could attain quite a lot of users, if…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
i have a server with high load average, I think the problem is the raid 1.
cat /proc/mdstat Personalities : [raid1] md0 : active raid1 sdb1[1] sda1[0]
256896 blocks [2/2] [UU]
md3 : active raid1 sdb3[1] sda3[0]
2562240 blocks [2/2] [UU]
md4 : active raid1 sdb5[1] sda5[0]
…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
We have a Linux-based router which is currently working fairly well, but our network only has a 1.5 mbps incoming connection. The network is small, but during high load periods some systems can end up dominating the bandwidth. For example, a client downloading a file can easily saturate the connection…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a very high load on my machine and don't know what is responsible or how to find out.
On the machine runs a jboss appserver and mysql. Here is a top from the user at peak time:
top - 16:23:01 up 101 days, 6:50, 1 user, load average: 23.42, 21.53, 24.73
Tasks: 9 total, 1 running, …
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have 2 nearly identical dedicated servers with the same provider. They also run a nearly identical software stack: RedHat 5 64-bit, Plesk, PHP, Apache, & MySQL. We use them for hosting custom sites we build.
The problem is, while our 1st server has a load average (in top) of around 0.3, the…
>>> More