Forgot your password?
typodupeerror

Comment Re:Bring a database down? (Score 2, Informative) 156

Depends on your database. I know I have been able to bring SQL server down with a query.

Try this...

begin transaction

update rows set a=b where x=y

commit transaction.

On your workstation this could run really fast because you only have ten records. On the production database server this could crush the server if you had a few million records effected.

Comment Re:License? (Score 4, Insightful) 151

I think that what will end up happening is this:

Modifications I need to make to already BSD licensed code will remain BSD licensed. New pieces of code I write to get it working that are not taken from Sun will be BSD licensed. Everything else will be porting work and will be CDDL.

Comment More explanation about the work and a plan? (Score 3, Interesting) 141

Quoting his FAQ: "So this email is an appeal to the FreeBSD user community, to try to raise money for three to six months of my time to make our filesystem and disk-I/O subsystem work properly on both single-user and multi-processor systems."

I believe that if he puts up a small work plan with the following items he will convince more funding from corporations such as Yahoo!, Apple, etc.

More details on the work he wants to do.

A description of the benefits from the output and who will benefit most.

Milestones and a rough timeline.

A priorities list on the work.
Just my opinion...

Slashdot Top Deals

"Being against torture ought to be sort of a multipartisan thing." -- Karl Lehenbauer, as amended by Jeff Daiell, a Libertarian

Working...