Slashdot Mirror


User: mpeppler

mpeppler's activity in the archive.

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

Comments · 13

  1. Re:what a wimpy database on Oracle To Offer A Free Database · · Score: 1

    Essentially the same specs as Sybase's ASE 12.5 / 15.0 Express Edition, with the difference that Sybase doesn't stop you from running multiple instances on the same machine.

  2. Greylisting on De-spamming Your Inbox The Hard Way · · Score: 2, Informative

    I added greylisting to my mail server, and that cut down on both spam and virus messages by a tremendous amount. See http://greylisting.org/ for more info.

  3. Re:Better than PostgreSQL? on Sybase Releases Free Enterprise Database on Linux · · Score: 1
    Does that price include internet access to the server (i.e. developing an app that can be used from the internet?)

    Michael

  4. Re:Better than PostgreSQL? on Sybase Releases Free Enterprise Database on Linux · · Score: 1
    Otherwise at least for me it is in the "not interesting" category until it gets a decent working DBI module compatible with the most recent version.

    In what way is DBD::Sybase lacking?


    Michael

  5. Re:Only internal business use on Sybase Releases Free Enterprise Database on Linux · · Score: 1
    Quoted from the linuxpromo page:


    Developers interested in re-distributing ASE Express Edition can contact Sybase's Business Solutions Alliance team for more information.


    Essentially what they are saying is that you can become a Sybase "partner" and at that point you would (presumably) be authorized to redistribute the package.

    Michael

  6. Re:Dual core chips ? on Sybase Releases Free Enterprise Database on Linux · · Score: 3, Informative
    No - of course Sybase is multi-threaded, and has been since day one (long before Oracle used threading).
    A multi-threaded app will only run on one CPU at a time, at least in most cases. What "engines" mean here is one or more engines that access the same set of shared memory. You usually configure engines based on the number of CPUs that are available, and each engine is multi-threaded.

    Michael

  7. Re:Only internal business use on Sybase Releases Free Enterprise Database on Linux · · Score: 1
    If you read the Sybase document that announces this they are interested in hearing from you if you'd like to redistribute this version with an app that you've created. So it's not really that bad.

    Michael

  8. Re:Dual core chips ? on Sybase Releases Free Enterprise Database on Linux · · Score: 5, Informative
    You can use this version of Sybase on a machine with any number of CPUs. The issue is that you can't configure it to use more than one CPU at a time (i.e. you can only configure one engine).

    Michael

  9. Express vs. Developer edition on Sybase Releases Free Enterprise Database on Linux · · Score: 3, Interesting
    I'd like to point out that Sybase offers two "free" versions of ASE.


    The "developer" edition has been available for a couple of years, and comes with a lot of the "extra" features turned on (such as Java in the database), but is limited to one engine and 25 user connections. It's also a version that you can't use for production purposes. It is available for a number of platforms (Windows, Linux, Solaris).


    The new "Express" edition is (AFAIK) only available on linux, does not have the 25 user connection limits but instead has a disk space limit, and is usable in a production environment.


    Michael

  10. Re:multi-write replication? on Sybase Releases Free Enterprise Database on Linux · · Score: 1

    Sybase has various replication tools. One is shipped with this EX version (Replicator 12.5) and is written in Java (I think).
    Their Replication Server (not free) is probably the best replication system in the DB business, allowing you to write/create any form of multiple site replication (both master/slave and master/master).
    Finally, SQL Remote is part of their Adaptive Server Anywhere package and is better suited to lower volumes and to syncronize systems that aren't always accessible (such as from hand-held scanning devices).

    Michael

  11. Re:Excellent! Now I have something to do at work : on Perl 5.8.0 Released · · Score: 1

    Nope - sybperl is still supported (although "sybperl" is just the collective name for the Sybase:: modules for perl 5)

  12. Re:Why Sybase? on The Practical SQL Handbook: Using SQL Variants (4th ed.) · · Score: 1

    Note that there is a free version of Sybase for linux. See linux.sybase.com for details.

  13. Re:Vendors and stuff on IBM To Purchase Informix Database · · Score: 1

    Sybase may have a relatively small market share, but they are definitely the major player on Wall Street and for a lot of Telecoms. They have 60% (at least) of the mobile market (with Adaptive Server Anywhere). In terms of features, Sybase has a lot of functionality for the DBA that Oracle still doesn't have (like rebuilding indexes without locking the table, or simple on-line backups). And Sybase is very scalable and in general out-performs Oracle on the same hardware.