Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 354
Search took 0.69 seconds.
Search: Posts Made By: sitNsmile
Forum: Apache configuration 02-19-2013, 04:58 PM
Replies: 8
Views: 3,454
Posted By sitNsmile
Smile It has been resolved. and it was the old box. Not...

It has been resolved. and it was the old box. Not sure what caused it, host will run some test. The new box runs great. After all that it was hardware, or just a faulty box.
Forum: Apache configuration 02-17-2013, 02:52 PM
Replies: 8
Views: 3,454
Posted By sitNsmile
We currently are testing a new box today, and...

We currently are testing a new box today, and we'll see if any hardware is at fault. However its an identical push, so software could still be an issue.
Forum: Apache configuration 02-17-2013, 02:51 PM
Replies: 8
Views: 3,454
Posted By sitNsmile
I'm not too sure, we do have a mail system...

I'm not too sure, we do have a mail system running, its mostly like squirrel mail. but these crashes seemed to increase during higher traffic volume, so instead of like ever 30 minutes, it would be...
Forum: Apache configuration 02-16-2013, 06:15 PM
Replies: 8
Views: 3,454
Posted By sitNsmile
here is the connection graph (connections reach...

here is the connection graph (connections reach the peak, apache crashes and database connections build up.)
http://oi45.tinypic.com/s42g75.jpg
Forum: Apache configuration 02-16-2013, 05:38 PM
Replies: 8
Views: 3,454
Posted By sitNsmile
Exclamation I wanted to update this: It is still...

I wanted to update this:

It is still happening. (we have a dedicated db and a dedicated web/apache)
- I removed all crontabs/cronjobs I know that are running.
- I also removed parts of the...
Forum: Apache configuration 02-09-2013, 02:05 AM
Replies: 8
Views: 3,454
Posted By sitNsmile
Cool Crash every 15-20 Minutes.

If Apache crashes every 15 minutes, almost exactly. What does this mean.
This also goes on my post here
http://www.codingforums.com/showthread.php?t=287219

I have uploaded an image, to show...
Forum: Apache configuration 02-07-2013, 10:12 PM
Replies: 2
Views: 1,274
Posted By sitNsmile
This is what it looks like today. (almost maxed...

This is what it looks like today. (almost maxed out) - and i can't get them to close out without restarting


Current Time: Thursday, 07-Feb-2013 17:11:04 EST
Restart Time: Wednesday,...
Forum: Apache configuration 02-07-2013, 09:57 PM
Replies: 2
Views: 1,274
Posted By sitNsmile
Guess I'm in the wrong forum. -_-

Guess I'm in the wrong forum. -_-
Forum: Apache configuration 02-07-2013, 12:08 AM
Replies: 2
Views: 1,274
Posted By sitNsmile
apache httpd processes not closing

Having an issue on our server where the processes aren't dying. so it looks like. (doesn't close them)
- it gets worse than this, i recently restarted.


Current Time: Wednesday, 06-Feb-2013...
Forum: MySQL 05-01-2012, 05:49 PM
Replies: 6
Views: 479
Posted By sitNsmile
I guess my biggest problem I see is locking, I...

I guess my biggest problem I see is locking, I feel as though I could be missing stats creating a discrepancy because there starts to become a lot of locking through-out the day. Is this true?
Forum: MySQL 04-30-2012, 04:53 PM
Replies: 6
Views: 479
Posted By sitNsmile
Hey Old Pedant, question. I know I've asked this...

Hey Old Pedant, question. I know I've asked this in different ways. but what I am doing here in this table is a bunch of statistic counting, and I've been on the fence at which has best performance...
Forum: MySQL 04-30-2012, 01:27 AM
Replies: 6
Views: 479
Posted By sitNsmile
I actually reworked my indexes to solve this....

I actually reworked my indexes to solve this. Before I had an index for each field. but obv that isnt the best structure.
Forum: MySQL 04-29-2012, 10:53 PM
Replies: 6
Views: 479
Posted By sitNsmile
Question Query slowing down DB

Here's a query that runs when users hit the data (runs in background), however it has to sort through about 2 million entries at the moment, but I have all the indexing built for each one of these...
Forum: PHP 03-26-2012, 08:43 PM
Replies: 4
Views: 1,048
Posted By sitNsmile
Well since its only a selected team that will...

Well since its only a selected team that will look at this output data, I'm not as worried about it, I just want the feel of the program to show you the tasks being worked on rather then waiting a...
Forum: PHP 03-26-2012, 08:27 PM
Replies: 4
Views: 1,048
Posted By sitNsmile
I actually found a great demonstration to how...

I actually found a great demonstration to how this can be done, and adding a loading bar.


http://spidgorny.blogspot.com/2012/02/progress-bar-for-lengthy-php-process.html
Forum: PHP 03-26-2012, 08:07 PM
Replies: 4
Views: 1,048
Posted By sitNsmile
Question PHP show live output/updating ?

I've seen it done a few times and I Think its based on a flush function, but how could I have tasks run, say it crawls or updates something on each URL in the database, how can I have php update the...
Forum: MySQL 03-26-2012, 07:30 PM
Replies: 14
Views: 668
Posted By sitNsmile
Group By, meaning I want all the unique...

Group By, meaning I want all the unique url,country,unit,marker..etc Unless there is a better way to do so?

( GROUP BY active_url_id,active_country,active_unit_id,active_marker )
Forum: MySQL 03-24-2012, 11:52 PM
Replies: 14
Views: 668
Posted By sitNsmile
Heres another question, How can you lower...

Heres another question,

How can you lower the join size or find better ways to speed up queries like this? I've added indexing..etc but I can seem to figure this one out.


SELECT...
Forum: MySQL 03-24-2012, 11:22 PM
Replies: 14
Views: 668
Posted By sitNsmile
Old Pedant, At the moment the database is...

Old Pedant,

At the moment the database is about 2.4m. It just stores statistics such as impression data (+1). I'm running bots (crons) which run every minute to find entries that are over X...
Forum: MySQL 03-24-2012, 06:15 PM
Replies: 14
Views: 668
Posted By sitNsmile
Oh my bad. I im used to working in php

Oh my bad. I im used to working in php
Forum: MySQL 03-24-2012, 04:48 PM
Replies: 14
Views: 668
Posted By sitNsmile
innoDB or myISAM

Which would you recommend for a table that is being used for "Statistics" such as tracking a lot of +1 updates. Needs to be fast when running select queries while new data is being updated in as a...
Forum: Flash & ActionScript 03-09-2012, 07:04 PM
Replies: 0
Views: 1,055
Posted By sitNsmile
loading external image - AS2

function processXMLData(success)
{
if (success)
{
//var banner = new MovieClipLoader();
var rootNode = this.firstChild;
var img = getValue(findNode(rootNode, "image"));
var url =...
Forum: PHP 01-28-2012, 02:57 AM
Replies: 0
Views: 645
Posted By sitNsmile
GEOIP_COUNTRY_CODE not working

Ive been using this php ext for years,

but now its starting to show me a lot of countries " -- " unidentified.

GEOIP_COUNTRY_CODE

any ideas? alternatives to country tracking?

and does...
Forum: HTML & CSS 01-24-2012, 09:35 AM
Replies: 6
Views: 498
Posted By sitNsmile
hmm okay. Thanks. It was frustrating one night...

hmm okay. Thanks. It was frustrating one night trying to figure why IE wasn't working when other browsers where. But this makes sense. I still think comments should always be ignored.
Forum: HTML & CSS 01-24-2012, 07:47 AM
Replies: 6
Views: 498
Posted By sitNsmile
Internet Explorer Found an IE comment bug

inserting a comment before

<!DOCTYPE html>

example:

<!-- author me@me.com --><!DOCTYPE html>

(IE will screw up, thinking you have placed HTML elements above the doctype. So it will not...
Showing results 1 to 25 of 354

 
Forum Jump

All times are GMT +1. The time now is 11:04 AM.