NYCPHP Meetup

NYPHP.org

[nycphp-talk] MySQL concurrency 101

David Sklar sklar at sklar.com
Thu Dec 11 16:37:04 EST 2003


On Thursday, December 11, 2003 2:04 PM,  wrote:

> On Thu, 11 Dec 2003, David Sklar wrote:
>
>>
>> Or, if both users updates can be mutually compatible, then you can
>> save both of them with no changes. If both users have edited a text
>> field, you can behave like CVS -- use diff to see if the users have
>> made changes only to non-intersecting parts of the text field and if
>> so, silently save both sets of changes.
>
>
> Ooh, now that's got class!

If you want to be *really* classy, poke around in the source to diff:
--> ftp://ftp.gnu.org/pub/gnu/diffutils/diffutils-2.8.1.tar.gz

And then add a function to PHP to do this without calling an external
program...!


> my my my I do like this talk at lists.nyphp.org
>
> (-:

:)

David




More information about the talk mailing list