|
OK, I'm going to sleep now. I will check this thread tomorrow and expect a win. You posted a lot of nice ass, but you also posted a lot of 2nd rate ass as well.
Started by suddenly_tits on
, 14 posts
by 2 people.
Answer Snippets (Read the full thread at wickedfire):
Are you finishing because you have....
- you are too fucking slow anyway.
That's ok bro.
You posted a lot of nice ass, but you also posted a lot of 2nd rate ass as well .
I will check this thread tomorrow and expect a win .
|
|
I'm running my drupal website on a VPS, the server suddenly stops responding and the stats shows a sudden excessive memory usage. I'm not sure if it's Drupal, but my database is hosted on another server.
Can anybody help in this?
Started by kermit on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
And after one hour it wasn't finished, so....
Http://drupal.org/node/158043
I found that Faceted Search would use up 99% of my server's CPU when it ran every hour (indexing content) .
Set it to memory_limit = 128M.
Increase memory_limit in php.ini file.
|
|
Is there any sane explanation for a client's Acer Aspire 1 netbook, running XP Home SP 2, suddenly starting to ask for a login password at boot? He has a strict policy of not using passwords, and I removed his login password weeks ago. The story is that...
Started by ProfKaos on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Try using (WIN+R)
control userpasswords2
To see if anything unusual is there, and you can also make sure the "users must enter username and password to... .
It might be a hidden user.
This will cause it to ask for a password.
Perhaps you added another user.
|
Ask your Facebook Friends
|
So my C# program is quitting/disapearing/closing/crashing suddenly even in debug mode. How can I make it break/pause/stop so as to find out where caused it?
Started by Led on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're in Visual....
The last statement that you're on is the one that it's crashing at .
Set a breakpoint (by clicking the left of the line numbers--it's a red circle) that you know is before the point where it crashes and then step through it (using F8) .
|
|
My computer suddenly shutoff (abruptly), and then the APC (UPS SE 350) started to beep continuously.
I pressed the button on it and it stopped, then I pressed it again and it turned on (green light) and now my computer is working fine again.
What could...
Answer Snippets (Read the full thread at superuser):
Depending if you are operating....
This happens if you experience a power outage and the UPS switches to the internal battery .
With the APC ES 350 (there's no SE model) there's two audible alarms:
A continuous low beep : The UPS is now operating in battery mode .
|
|
We run a Drupal site, and are expecting a sudden burst of users some time soon.
What are some of the best Drupal practices to handle sudden burst of: - User registrations - User Authentication
These operations are heavily dependent on database... so, ...
Started by Neil on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
User authentication and registration usually....
I would say if your hardware is halfway decend you would have to have a major surge to worry .
Some of the commercal drupal distros (like Aquia or presflow ) have support for multiple DBs, this may help a little .
|
|
Hello,
We're launching a product in a few months, which will obviously have a website. Judging from our current traffic, we believe that overall traffic will probably not be that much, but we are aiming at promoting the site heavily using social media...
Started by Morten K on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
There are some technology-specific hosting companies that can do quick scaling, but in general you need to have good systems engineering people on hand (either hired directly, or at your disposal indirectly through your hosting... .
As always, TANSTAAFL applies.
|
|
I have a Silverlight web app solution with a Silverlight-enabled WCF service included. Everything has worked fine for the past 6 months or so. I can access data through the service with no problem.
I came into work today, opened up the solution, ran it...
Started by Klay on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If any of those changes....
Is the WCF service hosted in IIS ? Has someone changed some IIS configuration?
When hosting in IIS, the IIS server name, port, virtual directory and name and location of the *.svc file define your service address on the server side .
|
|
We are developing an RetailPOS .net (windows) application.
One of the customer asks 'What will happen to current data being processed in the application when a power went off suddenly?', 'Will the application able to recover the unsaved data?'
I am wondering...
Started by LittleBoy on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
PowerFailureException....
This goes a little beyond the typical transactions in TSQL .
First, look into a UPS (un-interuptable power supply)
Second, look into creating persistent transactions, transactions that will save early and often, but not commit until you tell it to .
|
|
I have an issue where my application runs fine for hours but then suddenly increases memory usage (in a matter of minutes) until it crashes. If we minimize the application during the increasing memory usage, the memory goes way down and stays down for...
Started by Sadhana on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Are you using the using statement or try catch finally to ensure that your db connection is cleaned up?
Is it a file resource based application? We need more info and maybe... .
We need more info like are you using any resources like a database connection .
|