473,385 Members | 1,824 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Cheeseshop needs mirrors

Jon
I'm a frequent helper in the IRC channel for the Pylons web framework.
Pylons is installed from eggs using easy_install, and when Cheeseshop
is down (or so slow it might as well be down), it gives a bad
impression of our framework and Python in general. It took us half an
hour to figure out how to bootstrap setuptools onto one person's
machine, since ez_install.py sources from the cheeseshop, and even
when we got that installed, bootstrapping the rest of Pylons was very
troublesome.

If something as widely used as eggs is going to have a single point of
failure like the Cheeseshop, we can't have it going down.

I'm sure there are other solutions, but my suggestion is simply to
have mirrors. It works for Debian, after all.

Mar 30 '07 #1
6 1263
On 30 Mar, 09:05, "Jon" <chai...@gmail.comwrote:
>
If something as widely used as eggs is going to have a single point of
failure like the Cheeseshop, we can't have it going down.

I'm sure there are other solutions, but my suggestion is simply to
have mirrors. It works for Debian, after all.
It was said that the setuptools stuff could work with simple package
index sites using static Web pages, and these could be mirrors of the
main package index, but I suppose it's time once again to remind
anyone wanting to reinvent package/dependency-management tools to take
another look at what's already been done in the domain. As you say, it
works for Debian.

Paul

Mar 30 '07 #2
Paul Boddie wrote:
On 30 Mar, 09:05, "Jon" <chai...@gmail.comwrote:
>>
If something as widely used as eggs is going to have a single point of
failure like the Cheeseshop, we can't have it going down.

I'm sure there are other solutions, but my suggestion is simply to
have mirrors. It works for Debian, after all.

It was said that the setuptools stuff could work with simple package
index sites using static Web pages, and these could be mirrors of the
main package index, but I suppose it's time once again to remind
anyone wanting to reinvent package/dependency-management tools to take
another look at what's already been done in the domain. As you say, it
works for Debian.
And of course I'll reiterate the same line I always do: the Cheese Shop was
set up by a volunteer, enhanced by some other volunteers and exactly
nothing more will get done unless more volunteers offer their time.
Richard

Mar 30 '07 #3
Richard Jones wrote:
And of course I'll reiterate the same line I always do: the Cheese Shop was
set up by a volunteer, enhanced by some other volunteers and exactly
nothing more will get done unless more volunteers offer their time.
Yup. That's why CPAN is so much better. Ook!

John Nagle
Mar 30 '07 #4
Richard Jones wrote:
>
And of course I'll reiterate the same line I always do: the Cheese Shop was
set up by a volunteer, enhanced by some other volunteers and exactly
nothing more will get done unless more volunteers offer their time.
Sure. I wasn't criticising the Cheese Shop, though: it's a great
service that I make a lot of use of, and while the Vaults of Parnassus
were useful in their day, nothing matches the official package index
either in terms of usability or as a showcase for Python's relevance
in the real world.

However, if people are starting to use it as some kind of auto-
download site where potentially thousands of users acquire a release
of, say, Pylons or TurboGears and then aim their tools and start
downloading many different packages, all without being aware of the
other side of the transaction, then I think the developers of those
tools (as opposed to you and the other infrastructure volunteers) need
to step up and responsibly consider the effects that those tools have.
Some of that consideration might include evaluating how other
mechanisms for package distribution manage to work with huge numbers
of users, rather than having the package index serve up potentially
expensive pages just so that those tools can keep doing the easy
thing, for example.

Paul

P.S. I'll even volunteer to help out if that's what's needed, although
I feel fairly thinly spread already.

Mar 30 '07 #5
Paul Boddie wrote:
Richard Jones wrote:
>And of course I'll reiterate the same line I always do: the Cheese Shop
was set up by a volunteer, enhanced by some other volunteers and exactly
nothing more will get done unless more volunteers offer their time.

Sure. I wasn't criticising the Cheese Shop
Sorry, my comment wasn't directed at you. Your post was just a convenient
target for my reply-to button :)

However, if people are starting to use it as some kind of auto-
download site where potentially thousands of users acquire a release
of, say, Pylons or TurboGears and then aim their tools and start
downloading many different packages, all without being aware of the
other side of the transaction, then I think the developers of those
tools (as opposed to you and the other infrastructure volunteers) need
to step up and responsibly consider the effects that those tools have.
Indeed :)
Richard

Mar 31 '07 #6
Richard Jones <ri**********@optushome.com.auwrites:
[...]
And of course I'll reiterate the same line I always do: the Cheese Shop was
set up by a volunteer, enhanced by some other volunteers and exactly
nothing more will get done unless more volunteers offer their time.
PyPI has "just worked" for me, so thanks for the work you've put into
it.

My theory is that if an open-source project is fairly new and
unstable, you'll often get lots of people saying nice things about it
hoping to get help. Then if it gets better, people shut up, since it
just does its job. Then they get used to it just working, and start
giving abuse instead of praise when it doesn't do everything they
want.

I still occasionally get praise for my open source stuff, so I figure
I've got a long way to go ;-)
John
Apr 1 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: DesignGuy | last post by:
I have a script that incorporates content from an external site ($rootdomain). During peak traffic periods the external site experiences severe slowdowns, thereby slowing down the site here. The...
29
by: Stephen Ferg | last post by:
I am a very satisfied user of Python and have been for number of years. I would never willing use another language. I wish all good things for Python, and that moves me to express some thoughts...
1
by: Andrew Rawnsley | last post by:
There used to be instructions on the web site about becoming a mirror - can't find it anymore. Does the project still need mirror sites? -------------------- Andrew Rawnsley President The...
9
by: Dan Vande More | last post by:
Hey list, I'm just wondering if anyone can point me in the direction of a mirror that doesn't suck. I generally don't do alot with postgres other than downloading and installing the newest...
46
by: Keith K | last post by:
Having developed with VB since 1992, I am now VERY interested in C#. I've written several applications with C# and I do enjoy the language. What C# Needs: There are a few things that I do...
191
by: Xah Lee | last post by:
Software Needs Philosophers by Steve Yegge, 2006-04-15. Software needs philosophers. This thought has been nagging at me for a year now, and recently it's been growing like a tumor. One...
6
by: metaperl | last post by:
Hello, I am looking for a module which has * log levels * output to stdout and file (either/or based on config) * nicely formatted log output (e.g., indentation when appropriate) I tried to use...
3
by: seberino | last post by:
I created $HOME/.pypirc with this: username:seberino password:SECRET but I can still only do CheeseShop tasks at web interface. Here is what happens when I try to register at command line...
4
by: YASIN786 | last post by:
Hi ol My name is yasin i am currently developing an application in vbnet 2003 the requirements are as follows: On the form will be located a number of points (no more than 4) through a light ray...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.