Slashdot Mirror


User: adelton

adelton's activity in the archive.

Stories
0
Comments
36
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 36

  1. Re:is mod_perl 2 on on apache 2 faster than mod_pe on mod_perl 2.0.0 Released · · Score: 1

    Apache 2 was faster than Apache 1.3 for me in general, so the answer is "probably yes".

    However, I consider (Apache|ModPerl)::Registry.* harmfull in production environment. It makes you think you can get away with quick CGI-script coding and may hit unexpected problems on your way. So if you decide to switch to Apache 2 / mod_perl 2, why not rewrite the thing the Apache::Request(2?) way?

  2. Re:Some mod_perl info on mod_perl 2.0.0 Released · · Score: 1

    It really depends on the way you coded your CGI application. If you use CGI.pm, you probably load and have loaded quite a lot of bloat (despite the CGI.pm's AUTOLOADing features). Apache::Request is C library, so it is marginally faster than a script using CGI.pm.

    Also, once you rewrite your application the Apache::Request way, you'll probably refactor it to be cleaner, leading to faster executions. Coding with mod_perl in mind lead to better code and faster applications for me. Since you know that your handlers will be executed multiple times, you cannot get away with fast hacking like you do with pure CGI.

  3. Re:Newspapers should consider this on Turning Up The Heat On On-Line Registration · · Score: 1

    Usually the information is available from multiple sources. So if you do not need the author of premium newspaper to write the article for you, you can always get the core of the story elsewhere.

    That is why when the newspapers make distinction, they make it the other way round -- the fresh info is free and you have to register or pay for their back stories and archives.

  4. Re:tagging email addresses on Turning Up The Heat On On-Line Registration · · Score: 2, Insightful

    The trouble is that most of the spam comes from compromised PCs nowadays. So the person does not need to give your address to anybody -- you will start getting spam once virus finds its way to their system. I even receive spam to an address I gave to employees of very reputable company (where I'm sure they did not give out the info to marketeers).

  5. Re:The day they started subscriptions... on Turning Up The Heat On On-Line Registration · · Score: 1

    True but NY Times.com will present you with colorful ads when you read it on-line.

  6. It downloads images from nickstallman.net on PageRank Indicator For Linux And Mac OS X · · Score: 5, Informative

    A quick grep through the source shows that the functionality of the plugin can be summarized as

    http://toolbar.nickstallman.net/toolbar.php?url= ht tp://www.asdf.com/

    returning PNG. So yes, it works by using processing on toolbar.nickstallman.net and you can easily call the functionality from any browser you like, however, it will be easy for Google to close access for him when they see fit, so it does not look like a long-term solution.

    On the other hand, this was the first time that I saw PageRank for some of my pages, so it is a nice toy.

  7. How does the Wiki work? on Europeans, Tweak Your Representatives On Patents · · Score: 0, Offtopic

    It thinks it handles UTF-8 (puts it into the generated HTML pages) but the editting pages run in ISO-8859-1, making it nearly impossible to enter ISO-8859-x characters for x != 1. And the pages lack email address of the maintainers of the Wiki. Does anyone know how swpatwiki.ffii.org could be fixed to run in UTF-8 fully?

  8. Re:May be now... on Oracle To Finish Linux Makeover This Year · · Score: 2, Insightful
    You have obviously no experience with an Oracle database?

    You mean besides doing DBA and PL/SQL development on a daily basis?

    First of all, Oracle software is not installed as 'root', but as 'oracle' and as a memeber of 'oinstall' and 'dba' groups.

    Second, Oracle software can be installed as any user and group you please (except root, which I believe is still technically possible, even if not recommended). Third, rpm can very well install the software under any user and group it chooses, the same way it does with mailservers, HTTP server or database servers. The same holds for linking anything to anything else and setting up default configuration. Besides, rpm could easily handle dependencies.

    i will repeat again: Oracle is not a click and run isntallation, but requires knowledge other than just typing install or rpm -Uvh. until you understand that, you will continue to tout rpm based installs, but that only shows an Oracle savvy person that you have no clue whatsoever!

    Your claims are being contradicted by Oracle Corp. Did you install Oracle Database lately? They made it into ./runInstaller, click, click, click, OK, click, click some more, and run thing, as far as setting the software fast is concerned. You do not need to be fluent with names of v$ and dba_ views to run the database with OEM, 10g has ADDM, the SGA can be sized by the database server, ... Yes, as I've said, for production environment you better know what you are doing, but that is by no means unique to Oracle. Oracle is a piece of software. It is not a shame to make software easily usable

  9. Re:Anyone using Linux/Oracle on standard PC on Oracle To Finish Linux Makeover This Year · · Score: 1

    By minor problems I mean having to set the LD_ASSUME_KERNEL environment variable, the problem of ins_ctx.mk, or having to touch /etc/rac_on even if you do not run RAC.

    Having installed and upgraded Oracle on multiple RH and Fedora boxes, I did not get the "plain doesn't work" result. ;-)

  10. Re:May be now... on Oracle To Finish Linux Makeover This Year · · Score: 1

    You might be right for production environment. There you would well expect the DBA to know what they are doing.

    However, having the installation in the form of

    rpm -Uvh oracle-standard-one-10.1.0.2.i386.rpm

    would certainly be nice. After all, it is just software.

  11. Re:Get a copy of Oracle and try it out for yoursel on Oracle To Finish Linux Makeover This Year · · Score: 1

    I am eagerly waiting for PostgreSQL to have reasonable exception handling in procedural languages (PL/pgSQL). Without this you can hardly do heavy-duty server-side programming.

  12. Re:Momentum on Oracle To Finish Linux Makeover This Year · · Score: 1

    In addition, Oracle making Linux its primary development and target platform means that there should be less obstacles actually using the (Oracle) software on Linux machines. If companies get new versions and patches for Linux earlier than for Windows versions of the database software, it might make the swich decission easier.

  13. Re:Anyone using Linux/Oracle on standard PC on Oracle To Finish Linux Makeover This Year · · Score: 1

    Actually, non-enterprise versions of Red Hat, as well as Fedora, will do just fine. There might be some minor problems, but Google is your friend in resolving them (or ignoring bogus error messages). After you install the software, there is no problem running it in a rock-stable fashion.

  14. Re:Anyone using Linux/Oracle on standard PC on Oracle To Finish Linux Makeover This Year · · Score: 1

    More like a reliable SUV, I'd say. With the multithreading servers, the overhead of database connection drops significantly, and it can be further tuned down with mod_perl persistent connections.

    The biggest pain I've had with Oracle lately is their focus on graphical-only installation and configuration tools, with Java versions being rather critical factor of success.

  15. Re:Anyone using Linux/Oracle on standard PC on Oracle To Finish Linux Makeover This Year · · Score: 2, Informative

    Whether the database is disk intensive depends heavily on the type of applications you run on top of the database. For many Web applications, most of the operations is reading and you can have most of the data you need cached in RAM. The throughput of the database system is also heavily dependant on the way you use (or abuse) the database and its transaction manager.

    As for the licencing fees, according to oraclestore.oracle.com, Oracle Standard Edition One costs USD 999 per processor per year. It is perfectly possible to run Oracle database on stock PC hardware, making it possible to upgrade to new processor and bus speeds at a fraction of cost of more up-scale hardware.

  16. Re:Question... on Microsoft Researching Anti-Spam Technique · · Score: 1

    You have just described SPF, see http://spf.pobox.com/

  17. Re:Me too on NZ Spammer Shutdown Makes Big Difference · · Score: 3, Interesting

    If the spammers get as much virus-bounces as I do (about 1000 over last 24 hours), they figure out that it doesn't make sense to send any spam at the moment. It will simply get lost among the other trash.

    I set up bogofilter to mark Bogosity in two categories -- viruses and spam. Then I color the index in my mutt accordingly and I get nice overview. The virus to spam ratio is about 25 : 1. The spam to legal mail ratio is about 3 : 1.

  18. Re:Slashdot is America! America is Slashdot! on Best Cell Phone Service for GPRS? · · Score: 1

    Well, I couldn't resist joking a little. Hope no one is offended too much.

    I believe that either he is looking for an answer to his immediate need, and then he should be as specific as possible. At least saying how much he expect to travel and how much he expects to use the plan would be nice. And on which cost he is based. Or the question was more like "I'd be interested to know what are the GPRS conditions around in U.S., Canada, Europe and Asia, to get a broad picture". Then he should have said so and I'd happily bring in some European quotes.

  19. Re:Traffic on Best Cell Phone Service for GPRS? · · Score: 1

    cdma phones dont have sim cards which is certainly a very positive feature.

    You mean that SIM cards are positive feature or that not having them is a positive feature? If the later, could you please elaborate?

  20. Re:Slashdot is America! America is Slashdot! on Best Cell Phone Service for GPRS? · · Score: 1

    You are correct and I have no problem with Slashdot being U.S.-centric (certainly wouldn't mind otherwise, but can live with it :-). However, the original post was nonsense even in U.S.-centric media, IMHO. He failed to say where in the U.S. he were, where he travels, what are his usage patterns ... You cannot give any useful help because on the other coast, conditions may be completely different.

  21. Re:Hmm... on New Linux-based PDA due September · · Score: 1

    True. But releasing a product that doesn't have GSM/GPRS, Bluetooth nor WiFi? Do people still like to fiddle with cables?

  22. Most any European operator on Best Cell Phone Service for GPRS? · · Score: 2, Interesting

    Most any European operator will provide you with reasonable GPRS plan.

    Oh wait, you're not in Europe but in Singapore? Or Angola? Well, then bad luck, I have no idea, you should have stated _where_ you were.

    Administrators, could we just skip this kind of submissions that somehow forget that there's world behind borders on poster's Iowa house?

  23. Re:eh on Perl 1.0? · · Score: 1, Offtopic

    Why move anywhere? It's perfect.

  24. Re:Censorship???!!?? on Harry Potter in German, not Czech · · Score: 1

    To do the translation, you don't need any permission. You can translate for your own use ad infinum.

    Now, if you bought the book in English (and paid royalties for the "ideas" in the book), should you pay for those "ideas" again if you buy the book again, translated into German? Or should you get some discount and only pay for the "translation" part?

    The same with music: if I once bought the song on LP (so I got a right to use it, to listen to it), should I pay again _for the song_ when I buy it on CD? Or should I only pay for the medium a technicalities?

  25. Re:It might be useful to note... on Archiving Web Pages - Legal or Illegal? · · Score: 1

    Please note that robots.txt affects whether Google crawls various parts of your website at all. To prevent your pages from being stored in the Google cache (even if they are searchable using Google), you need to specify the META tag <META NAME="GOOGLEBOT" CONTENT="NOARCHIVE"> in each and every of your pages.