> --
> You received this message because you are subscribed to the Google Groups "mongodb-user" group.
> To post to this group, send email to mongod...@googlegroups.com.
> To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
>
Revert to 1.2.7 that one works.
Our app uses gridfs a lot, and does a lot of writes, it wont work on these two versions.
Sent from my iPad
> I have the same problem with 1.2.8, and 1.2.9
>
> Revert to 1.2.7 that one works.
>
> Our app uses gridfs a lot, and does a lot of writes, it wont work on
> these two versions.
There were some issues in the 1.2.8 and 1.2.9 release which I think
we've addressed on github already. We'll probably see a release of that
in the next two weeks. I would suggest you try to the one on github
(make sure you use the v1.2 branch though). It's at
https://github.com/mongodb/mongo-php-driver
Let me know if you need some help trying that out.
cheers,
Derick
--
http://mongodb.org | http://derickrethans.nl
twitter: @derickr and @mongodb
On the plus side i built an automatic user interest tracking system, and hooked it onto the related items in mysoc, See my last mail.
Sent from my iPad
Note: most distros such as ubuntu and fedora are currently shipping the broken 1.2.9 as default, i have Had to uninstall it and then install 1.2.7 from pecl to stop it breaking my systems each time i updated my dev workstation.
my app uses gfs to store dynamically generated thumbnails of images, on a high traffic site, so it dies pretty much instantaneously if there is anything wrong with the driver.
Sent from my iPad
Sent from my iPad
> I tried the git hub 1.2 branch about a week ago, and still had the
> same problem, it was characterised by an exception being thrown and
> abrting the apache request thread whenever the savebytes gfs call was
> made.
<snip>
> my app uses gfs to store dynamically generated thumbnails of images,
> on a high traffic site, so it dies pretty much instantaneously if
> there is anything wrong with the driver.
Our test cases don't show anything wrong, would it be possible for you
to provide us with: a simple and self-contained script that reproduces
the problem; which PHP version you use?
I will try and extract something, but its difficult.
Sent from my iPad
> To unsubscribe from this group, send email to mongodb-user+unsubscribe@googlegroups.com.
> On Sun, 25 Mar 2012, Timothy Hawkins wrote:
>
> > I tried the git hub 1.2 branch about a week ago, and still had the
> > same problem, it was characterised by an exception being thrown and
> > abrting the apache request thread whenever the savebytes gfs call was
> > made.
>
> <snip>
>
> > my app uses gfs to store dynamically generated thumbnails of images,
> > on a high traffic site, so it dies pretty much instantaneously if
> > there is anything wrong with the driver.
>
> Our test cases don't show anything wrong, would it be possible for you
> to provide us with: a simple and self-contained script that reproduces
> the problem; which PHP version you use?
Even though I couldn't reproduce it, I think I have just fixed it. It's
reported in PHP-369: https://jira.mongodb.org/browse/PHP-369
Could you please try the latest version from github (the v1.2 branch
preferrably)?