Chris Vogel wrote: Speaking of cars and the economy, the low gas prices are creeping me out. I feel like the world’s about to end or something.
Yeah it is kinda scary. What makes it a piss off is that it shows how there was no reason for them to be high in first place. They're trying to blame it on demand being lower due to the economy but that's BS.
Just becomes the economy took a crap, it does not mean you don't need to use a car to go to work everyday anymore. People's routines are not suddenly going to change because some stocks fell.
Speaking of falling, wonder if this will crash my test server.
Code: Select all
MySQLConnector * con = new MySQLConnector("localhost","root","");
con->Connect();
con->SelectDB("testdb");
for(unsigned long int i=0;i<1000000000;i++)
{
InsertQueryBuilder builder(con,"table");
builder.AddField("f1","stuff");
builder.AddField("f2",BitStream::Int2Str(i));
builder.Submit();
}
It's executing right now.
Yes, that is generating 1000000000 table rows into a mysql database. It's at 1,109,660 and it's been a few minutes.
Archived topic from Anythingforums, old topic ID:4, old post ID:67720