search for: datebase

Displaying 11 results from an estimated 11 matches for "datebase".

Did you mean: database
2014 Jun 19
2
About memory index/search in multithread program
hi, Why xapian don't support memory index/search ? I know there is a method can create memory datebase, like this: Xapian::WritableDatabase db(Xapian::InMemory::open()); *But, if i use these in multithread program, i need create many datebases!!* Xapian::WritableDatabase db1(Xapian::InMemory::open()); //used in thread1 Xapian::WritableDatabase db2(Xapian::InMemory::open()); //used in thread2 be...
2006 Jun 06
4
change 1-06-2006 to 1st July 2006 (date formatting)
Hi, I have a few dates coming from the datebase in the format ''DD-MM-YYYY'' How can I change this in to a more human readable format? such as 1st July 2006 Thanks Scott -- Posted via http://www.ruby-forum.com/.
2014 Jun 26
2
About memory index/search in multithread program
...ese can be in memory with one database. 2014-06-24 20:48 GMT+08:00 Olly Betts <olly at survex.com>: > On Thu, Jun 19, 2014 at 10:52:13PM +0800, Yanxiong Lu wrote: > > Why xapian don't support memory index/search ? > > > > I know there is a method can create memory datebase, like this: > > Xapian::WritableDatabase db(Xapian::InMemory::open()); > > While the inmemory backend is handy for some things, in its current > incarnation some operations really aren't very time efficient, and it > doesn't even try to be very space efficient. > > T...
2001 Mar 14
1
[PATCH]: contrib/cygwin/README
...SSH never uses $HOME to search for user config files but the value in the pw_dir field in /etc/passwd. This might be of minor interest for generic U*X folks but that's an important fact for Cygwin users. When /etc/passwd is automatically created under WinNT/2K it uses the values in the NT user datebase to determine the home directory of the user. Actually, it's an completely unimportant entry for NT itself. If the home directory isn't set NT uses a default value. Unfortunately this often results in a wrong pw_dir entry in /etc/passwd. So at least the documentation should make that fact so...
2009 Jan 28
6
Tiny Network-Problem with Office Software
Hi, I am having some trouble to some Office software with wine. The Program itself starts without problems and runs quite fine. But unfortunatly I am not able to connect to our local Datebase. My Ubuntu Linux itself doesnt seem to have any problems in connecting to the server (but I admit that I don't know how to check if I can access the port 5143 that is used to connect to the database.). The faq told me that I should use hostname -i to check if it say 127.0.x.x and it does so i...
2008 Jun 28
14
Date Field convert to Seconds since Epoch
Hi, I was wandering if anyone could help me with this problem: Right now I am using a field in my database which is of type ''Date'' (in the form dd-mm-yyyy). I would like to convert this value (for example 26-06-08) into a number of seconds since epoch or into another form so I can compare it with todays date (from Date.now) so that I can tell the difference between the two dates
2010 Apr 21
0
Xen 4.0 - what solution?
Hi, I have 2 servers where one of them is master and there are working datebase and two virutal machines on it. When the master fails the other machine takes control and two VM''s are started. Database between these two servers will be synchronized by drbd. How can I achieve it using xen, if remus (fault tolerance) will solve it? For@ll _______________________...
2005 Mar 27
1
newbie install options
Hi, I'm now building a * box that integrates voicemail playback on a website (ISP server with Php/Mysql). I've had no experience with Linux, but do know some Python, databases & web. It for a EU:UK community youth music site. Please advise on the best (ease & appropriate for job) path: -Asterisk@Home / Xorcom Rapid for install? -Icecast for streaming (not progressive), in CELP
2001 Apr 19
3
Install problems with RedHat 7.0 RPM for 2.2.0
I just went through upgrading from 2.0.7 on Redhat 7.0 using the binary RPM provided by samba.org and noticed a problem with the swat install. It seems that the swat binary in the RPM is built to look for it's supporting files in /usr/share/samba/swat whereas the RPM installs said files in /usr/share/swat. This results in the following error message when you try to access swat: 400 Server
2003 Mar 05
0
More LDAP samba 2.2.7a problems
...re basis ; preserve case = no ; short preserve case = no # Default case is normally upper case for all DOS files ; default case = lower # Be very careful with case sensitivity - it can break things! ; case sensitive = no # LDAP Information. Controls the LDAP interface and search of the LDAP # datebase. ldap suffix = "dc=trexenterprises,dc=com" ldap admin dn = "cn=Manager,dc=trexenterprises,dc=com" ldap server = ldap.socorro.trexenterprises.com ldap filter = "(&(uid=%u)(objectclass=sambaAccount))" ldap ssl = yes # Add user script - This will be used to add clien...
2003 Feb 28
1
LDAP and a strange problem
...re basis ; preserve case = no ; short preserve case = no # Default case is normally upper case for all DOS files ; default case = lower # Be very careful with case sensitivity - it can break things! ; case sensitive = no # LDAP Information. Controls the LDAP interface and search of the LDAP # datebase. ldap suffix = "dc=trexenterprises,dc=com" ldap admin dn = "cn=Manager,dc=trexenterprises,dc=com" ldap server = ldap.socorro.trexenterprises.com ldap filter = "(&(uid=%u)(objectclass=sambaAccount))" ldap ssl = no # Add user script - This will be used to add client...