Re: Which DB to use with perl tie?

2007-07-10 Thread Alex Dover

I've seen sqlite (http://www.sqlite.org/) widely used, although with
smaller number of records.
Anybody knows how it handles large amounts of data?

Regards
Alex D

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Windows Subversion client?

2007-07-10 Thread Amos Shapira

Hello,

I'm trying to convince the windows programmers at my workplace to adopt
SubVersion instead of Source(Un)Safe (which they already hate anyway) but
the best Windows GUI client is TortoiseSVN which the programmer doesn't like
because it relays on Windows Exploder which can get stuck for minutes
sometimes.

Another client I'm a bit familiar with is Eclipse (which was the best CVS
client I've seen) but it's Java and is going to be heavy on a laptop with
VisualStudio already running on it.

Using the command line tools looks very unatractive to them.

Can anyone recommend any other useful clients (preferably Free/OSS)?

Thanks,

--Amos


Re: Which DB to use with perl tie?

2007-07-10 Thread Amos Shapira

On 10/07/07, Alex Dover [EMAIL PROTECTED] wrote:


I've seen sqlite (http://www.sqlite.org/) widely used, although with
smaller number of records.
Anybody knows how it handles large amounts of data?



Thanks for the suggestion. Sounds interesting, haven't considered it.

On one hand, the Google people who announced Google Gears mentioned that
SQLite can already handle huge amounts of data and they are working on
making it work with Insane(TM) amounts of data.

On the other hand, when all I need is read+increment+write maybe an SQL
engine might get in the way compared to the simplicity of DBM?

Cheers,

--Amos


Re: Windows Subversion client?

2007-07-10 Thread ik

On 7/10/07, Amos Shapira [EMAIL PROTECTED] wrote:

Hello,

I'm trying to convince the windows programmers at my workplace to adopt
SubVersion instead of Source(Un)Safe (which they already hate anyway) but
the best Windows GUI client is TortoiseSVN which the programmer doesn't like
because it relays on Windows Exploder which can get stuck for minutes
sometimes.

Another client I'm a bit familiar with is Eclipse (which was the best CVS
client I've seen) but it's Java and is going to be heavy on a laptop with
VisualStudio already running on it.

Using the command line tools looks very unatractive to them.

Can anyone recommend any other useful clients (preferably Free/OSS)?


What are their development environment ?
For example Borland have integrated CVS/SVN inside their newer IDE's ...
While as far as I know MS VS needs some 3rd party tools.



Thanks,

--Amos




Ido
--
http://ik.homelinux.org/

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Windows Subversion client?

2007-07-10 Thread Baruch Shpirer
If they liked the SS and used it for long, you wont convince a lot of them
to move to the Tortoise client, try RapidSVN, its more SS like.
( http://rapidsvn.tigris.org/ )


On Tue, July 10, 2007 10:17, Amos Shapira wrote:
 Hello,


 I'm trying to convince the windows programmers at my workplace to adopt
 SubVersion instead of Source(Un)Safe (which they already hate anyway) but
 the best Windows GUI client is TortoiseSVN which the programmer doesn't
 like because it relays on Windows Exploder which can get stuck for minutes
  sometimes.

 Another client I'm a bit familiar with is Eclipse (which was the best CVS
  client I've seen) but it's Java and is going to be heavy on a laptop
 with VisualStudio already running on it.


 Using the command line tools looks very unatractive to them.


 Can anyone recommend any other useful clients (preferably Free/OSS)?


 Thanks,


 --Amos



 !DSPAM:46933492237931579177124!




Best regards

Baruch Shpirer
http://www.shpirer.com

Paranoids are people too, they have their own problems. It's easy to
criticize, but if everybody hated you, you'd be paranoid too.
D. J. Hicks

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Windows Subversion client?

2007-07-10 Thread Kfir Lavi

Hi,
Before you start moving, check other version control systems:
http://www.gnu.org/software/gnu-arch/
http://git.or.cz/

To convert all the Wz users you can use http://trac.edgewall.org/.
This is integrated wiki and version control system. Try it before you
do anything and then make a presentation to the developers and
introduce them to the new web wiki-project-version environment.
Then see what they say ;)

Kfir

On 7/10/07, Amos Shapira [EMAIL PROTECTED] wrote:

Hello,

I'm trying to convince the windows programmers at my workplace to adopt
SubVersion instead of Source(Un)Safe (which they already hate anyway) but
the best Windows GUI client is TortoiseSVN which the programmer doesn't like
because it relays on Windows Exploder which can get stuck for minutes
sometimes.

Another client I'm a bit familiar with is Eclipse (which was the best CVS
client I've seen) but it's Java and is going to be heavy on a laptop with
VisualStudio already running on it.

Using the command line tools looks very unatractive to them.

Can anyone recommend any other useful clients (preferably Free/OSS)?

Thanks,

--Amos




=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Windows Subversion client?

2007-07-10 Thread Matitiahu Allouche
I have no personal experience with it, but reliable sources have said well 
of the SmartSVN client. You can download that from 
http://www.syntevo.com/smartsvn/. They offer a free version and a Pro 
version. The free version is said to work fine.

This client is Java based, but certainly lighter than Eclipse.  For 
Windows, the site provides an installer with the Java JRE already bundled 
within (19 MB in all).

Shalom (Regards),  Mati
   Bidi Architect
   Globalization Center Of Competency - Bidirectional Scripts
   IBM Israel
   Phone: +972 2 502Fax: +972 2 5870333Mobile: +972 52 
2554160


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Windows Subversion client?

2007-07-10 Thread Amos Shapira

On 10/07/07, ik [EMAIL PROTECTED] wrote:


What are their development environment ?



MS VisualStudio (the latest, whatever it is)

For example Borland have integrated CVS/SVN inside their newer IDE's ...

While as far as I know MS VS needs some 3rd party tools.



Yes I found somewhere (it's on my office computer) a short survey about
windows SVN clients used which listed all the ones mentioned by people in
their replies and more, including one which is a plugin for MS VS .Net.

Thanks,

--Amos


Re: Windows Subversion client?

2007-07-10 Thread Amos Shapira

On 10/07/07, Baruch Shpirer [EMAIL PROTECTED] wrote:


If they liked the SS and used it for long, you wont convince a lot of them
to move to the Tortoise client, try RapidSVN, its more SS like.
( http://rapidsvn.tigris.org/ )



I don't know how much they like it but at least the head developer doesn't
trust it, plus there is the issue of wanting to unify the code repositories
of Windows with the ones of Linux/UNIX code.
He's looking at RapidSVN too.

Thanks,

--Amos


Re: Windows Subversion client?

2007-07-10 Thread Amos Shapira

On 10/07/07, Matitiahu Allouche [EMAIL PROTECTED] wrote:


I have no personal experience with it, but reliable sources have said well
of the SmartSVN client. You can download that from
http://www.syntevo.com/smartsvn/. They offer a free version and a Pro
version. The free version is said to work fine.



Thanks. I think he mentioned that he'll look into this one too.

This client is Java based, but certainly lighter than Eclipse.  For

Windows, the site provides an installer with the Java JRE already bundled
within (19 MB in all).



Sounds interesting, though just being 19MB download size doesn't mean that
it can't take much more than that in RAM when executed.

Thanks,

--Amos


Re: Windows Subversion client?

2007-07-10 Thread Amos Shapira

On 10/07/07, Kfir Lavi [EMAIL PROTECTED] wrote:


Hi,
Before you start moving, check other version control systems:
http://www.gnu.org/software/gnu-arch/
http://git.or.cz/



Far too esoteric and out of main stream. We just have a bunch of guys (about
5 of us in this office, and another guy in another state) needing to keep
versions of source code and configuration files and be able to share them.
SVN is already something they heard less about than CVS and I use it for
operations for a few months by now, not to mention that I myself have pretty
much zero knowledge about the systems you suggest. So what's the advantage
of even considering them?

To convert all the Wz users you can use http://trac.edgewall.org/.

This is integrated wiki and version control system. Try it before you
do anything and then make a presentation to the developers and
introduce them to the new web wiki-project-version environment.
Then see what they say ;)



I though about Trac before I moved to this company. It looks attractive
because of the integration, but they already had Bugzilla and I finally
started to get them used to the idea of having a Wiki using MediaWiki, I'm
not going to introduce yet another tool to replace these though maybe one
day I'll try to install scmbug to achieve similar goal.

Thanks for your suggestions just the same.

Cheers,

--Amos


Re: [ATTN] [MOD] Deactivation of Linux-IL aliases at linux.org.il and iglu.org.il

2007-07-10 Thread Michael Vasiliev
On Sunday July 8 2007, Amit Aronovitch wrote:
 Hi,


  Would appreciate if you post the reply for that on the list.


 I failed to remember the thing about the alias change (probably because
 of Shachar's post, I thought that decision might not be final, postponed
 making the appropriate configuration changes in my MUA's), and my
 messages were lost.
That's exactly the reason for the aforementioned change. We can't control or 
be responsible for any mail you send or sent in the past through the 
now-inactive aliases. A lot of mails were lost even before we asked to shut 
them down.

-- 
Sincerely Yours,
Michael Vasiliev

We must not put mistakes into programs because of sloppiness, we have to do 
it systematically and with care.
-- Attributed to Edsger Wybe Dijkstra

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Virtualization software on Linux

2007-07-10 Thread Ghiora Drori
Hi,
I have KVM working on an AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
Runs Windows XP  Ubuntu  and Gentoo as Guests. As long as I do not go to
a kernel above 2.6.16 in the Linux guests. Getting the networking to
work with a bridge was kind of tricky but now its OK.
Performance is very good at least for what I need.
Ghiora




Amos Shapira wrote:
 On 09/07/07, *Eran Sandler* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
 
 Amos, there are a couple of other contenders that are similar to VmWare.
 
 Parallels also has a Linux version.
 VirtualBox - which was even GPLed a while back
 Qemu
 
 I haven't tested VirtualBox yet but Parallels and VmWare are the
 ones with the best performance (at least that I know of). 
 
 
 Thanks for the summary.
 
 What about Xen? I heard that its user interface is notorious, and that
 basically VMware's user interface makes it a leader (beyond the speed
 issue).
 
 Then there is the question about KVM - is it a real option for people
 who just want something that Just Workd(TM)?
 
 To give context for my question - I've just bought a Dell desktop based
 on Intel Core 2 Duo and installed Debian Etch (amd64) on it, and now I
 wonder how should I go about running Windows XP under it (possibly using
 the Windows XP partition I got with the computer, but not necessarily).
 
 Cheers,
 
 --Amos
 


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Virtualization software on Linux

2007-07-10 Thread Alex Behar

Hey guys,
I am running Fusion with Unity on my Mac and I have a T60 with a vmx- 
capable CPU running Linux with VMWare on top. The Linux VMWare setup  
is working great, I have VMWare 6 running on it and I use it for  
Windows XP + Office 2007. Even though the T60 is a pretty sleek rig  
(2gig of ram, 2.6ghz cpu) I still see Windows being abit sluggish,  
even after allocating a gig of mem for it, but still very usable. The  
real problem for me is the lack of hardware video acceleration for  
VMWare in Linux and the choppy sound. I use iTunes quite alot, and  
when I plugged an iPod to VMWare 5 it would instantly oops the  
kernel. With 6, this is fixed and it also does USB 2.0.
I cant complain from my experience with VMWare (less with Parallels,  
since I have not used for long) on the Mac. There are some minor  
issues, for example moving a window in Unity mode from one head to  
the other would cause it to render improperly, but if you move the  
whole VM window to the other monitor and then enable unity, it works  
fine (supposed to be fixed in future versions). Another one is the  
fact that as long as your virtual cdrom is plugged to the virtual  
machine, you cannot eject it since it appears locked to Mac Os, even  
if there's no disc inside (took me a while to figure that out...).  
Windows in Fusion runs very well on my Mac Pro, and the fact that you  
can detach application windows from the VM and interact with them as  
any other Mac app (called Unity in VMWare and Coherence in Parallels)  
is definitely a good thing. It also does hardware acceleration, so  
menus run quicker and you can actually watch video inside the VM.  
VMWare for the Mac however is very memory hungry, but I assume things  
will get ironed out as both Parallels and Fusion hit stable releases.  
The virtualization market on the Mac is alot more developed in terms  
of user experience in the desktop world, so if you need it for a  
desktop, that would be your better choice. I am looking at replacing  
my T60 with a MacBook Pro in the near future, but I have to get abit  
more friendly with the IT crew in my office;)



Regards,
Alex


On Jul 8, 2007, at 10:03 AM, Eran Sandler wrote:

Actually, I haven't decide whether to get a PC laptop (which will  
probably

be a Thinkpad T61) or a Macbook Pro laptop.

I'm more interested in performance and want to know which one of the
following solutions will be faster:

1) Thinkpad T61 running Ubuntu and VmWare 5 with XP + Visual Studio  
2005 +

MSSQL + IIS
2) Macbook Pro (similar specs to the T61) running MacOSX +  
Parallels and a

virtual machine with the same configuration.

All in all I want my day to day to be without Windows at all, but  
still be
able to work and develop the necessary things I need with Windows  
without

leaving my host.

I prefer Linux but if the performance is worse than what I will get  
with

comparable hardware on Mac + Parallels I'll go with a Mac.

Eran

-Original Message-
From: Hetz Ben Hamo [mailto:[EMAIL PROTECTED]
Sent: Sunday, July 08, 2007 3:27 PM
To: Eran Sandler
Cc: linux-il@cs.huji.ac.il; [EMAIL PROTECTED]
Subject: Re: Virtualization software on Linux

Hi,

I didn't understand, you're planning to buy a Mac book or Mac book
pro? or Dell/Lenovo/HP/Acer/Asus etc.. laptop?

Parallels or VMWare Fusion (both for Mac) use the virtualized
extensions of the processor (if I recall correctly, all newer macs
have those extension enabled). You should search which VMWare product
suites you, depending on memory configuration you have on your
machine, which version of software etc.

For example: VMWare workstation 5 is WAY faster compared to VMWare 6.
OTOH VMWare 6 supports USB 2.0, 4GB RAM, more NICs (if I recall
correctly) and can be accessed natively with any VNC client, so you
can run VMWare 6 on the background and occasionly launch VNC client to
access it.

VMWare server is free (as a beer) virtualized software. It's pretty
stable (I have 1 right now running at my house for the last 50 days),
but I don't think it supports the VT extentions of your new processor.

Thanks,
Hetz

On 7/8/07, Eran Sandler [EMAIL PROTECTED] wrote:





Hello all,

I haven't been active lately on the mailing list but I am watching  
it.




I have a question regarding virtualization software on Linux.



I plan on getting a new laptop. Unfortunately I still need access to
Windows for some development purposes and I need to know the  
performance of
virtualization software such as VmWare or Parallels on Linux as  
opposed to

Parallels on Mac (which I heard is really really fast).




Of course I would rather have a laptop running Ubuntu or some  
other Linux
variant and have a virtualization software such as VmWare (or  
something else
that is really fast) running instead of using Mac, but I would do  
anything
in my power to avoid running a Windows laptop (and since its new it  
will

probably have Vista which is even worse).




Does any of you have prior experience 

Re: 32Gb servers?

2007-07-10 Thread Alex Behar

Hi guys,
you can take a look at some of the Fire series (v440, v880) servers  
from Sun. Check out anysystem.com for refurbished Sun hardware, or  
ofcourse, ebay;) You can find gold there sometimes;)



Regards,
Alex

On Jul 4, 2007, at 10:19 AM, Mike Tewner wrote:


Have you looked into using memcached ?

http://www.danga.com/memcached/ :
memcached is a high-performance, distributed memory object caching  
system, generic in nature, but intended for use in speeding up  
dynamic web applications by alleviating database load.


Danga Interactive developed memcached to enhance the speed of  
LiveJournal.com, a site which was already doing 20 million+ dynamic  
page views per day for 1 million users with a bunch of webservers  
and a bunch of database servers. memcached dropped the database  
load to almost nothing, yielding faster page load times for users,  
better resource utilization, and faster access to the databases on  
a memcache miss.




On 6/19/07, Ariel Biener [EMAIL PROTECTED] wrote: On Monday,  
18 בJune 2007 10:32, Amos Shapira wrote:


Amos, what is your budget for this ?

There are a few options:

SGI 1200 or SGI 2100
HP DL360G5
Dell PowerEdge 1950
IBM x3455
IBM x3550
No name Intel based boards stuff (if you're talking about
5 exits, try Data-Store - they are one and the same AFAIK
- www.datastore.co.il)

However, for a server with 32GB memory, I would go
for one of the brand names.

--Ariel
 Hello,

 Where would you go if you had to get a 32Gb RAM server, much
 preferably rack-mounted.
 Don't care so much about CPU or very fast disks, just needs lots  
of RAM.
 Can run either Windows (possibly developer's preference) or Linux  
(my

 preference).

 Dell's smallest server which supports 32Gb jumps the price to  
over 45k

 when it comes with 32Gb, 44k of this is just for the ram.

 I'm trying to dig the other big name brands (IBM, Sun, SGI, HP)  
but so

 far their web sites weren't very helpful to understand what can they
 offer that answers these simple requirements.

 Thanks,

 --Amos

 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]

--
--
Ariel Biener
*.il EFnet Admin
PGP: http://www.tau.ac.il/~ariel/pgp.html

--
--
Ariel Biener
e-mail: [EMAIL PROTECTED]
PGP: http://www.tau.ac.il/~ariel/pgp.html

To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]





To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]