|
Similar to the old, "writing live" thread.
Poems written with no time restrictions but
complete ASAP, submitted and then regretted.
no copy pasted, no mushrooms on the pizza.
no rewriting!
Like life. It's sudden. It's all passion.
Started by WickedEve on
, 25 posts
by 6 people.
Answer Snippets (Read the full thread at literotica):
Thinking
thinking
there are birds
three birds
a lie, I wrote a lie
I lay soon
but can only think of one thing
you know
you know
but it is ankle below my love
a chain, a rock, a place to taste
place a mirror, point at ourselves
giggle, breath and again... .
|
|
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.
|
|
On my way to work this evening, my clutch pedal suddenly feels much firmer with more of a return spring force.
Any ideas? Is my clutch on it's way out?
Thanks for any advice.
Started by kalden on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at com):
|
Ask your Facebook Friends
|
Hello all,
Suddenly my Vicidial, stopped working. All the agent logged off and then logged in again, but their phones didn't ring at all!
After logging they got an error message: Noone is in your seesion: 8600060
What can i do for this? Suddenly the Vicidial...
Started by leonidas on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at net):
|
|
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.
|
|
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 .
|