search for: forsee

Displaying 20 results from an estimated 90 matches for "forsee".

Did you mean: foresee
2005 Mar 28
3
Allowing RIP broadcasts?
...bestos undies on. I have a client who currently has a layer 3 switch plugged into a cisco pix. Routing is handled via RIP and now the client wants to insert a linux box running shorewall behind the PIX and in front of the switch to act as a content filter+backup firewall. The immediate problem I forsee happening is that RIP broadcasts to the PIX are going to be blocked by the shorewall box. Is there an easy way to avoid this from happening? Is this kind of configuration completely insane?
2010 Apr 17
2
[LLVMdev] Parsing (and compiling) on demand.
...your LazyFunctionCreator is called, you fill in the body and call > JIT->getPointerToFunction() on it and return that result. > > I haven't actually tried this, but it seems to be the only way to use > this API, so I presume someone else has. The only potential problem I > can forsee is if the JIT isn't actually re-entrant. I actually tried that several months ago and, it turned out, the JIT wasn't actually reentrant and didn't like that at all.
2012 Jan 07
2
Linux Container and Tapdev
...vhd is stored in distributed storage, container could be migrated. Build filesystem on tapdev and mount it under some directory, put the rootfs of container into that dir, and start the lxc, I haven''t try this, will try later. I post my idea here, hope someone has one forsee comments. Thanks. --_03bf71ed-babc-49bf-a771-6d6657d47ac6_ Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: 8bit <html> <head> <style><!-- .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-fa...
2003 May 23
5
Who would use Asterisk SS7?
...t $900/month (in 1998 according to [1]). An equivalent connection with SS7/IMT is $3000/month ($2500 for two SS7 A-links and one or two route sets and $500 for the IMT). The SS7/IMT method becomes a better deal when more than 72 VGC (3 x T1-24ch) are needed. Are there any * users that use or forsee using 72+ VGC to the PSTN? I know in at least one or two markets the monthly cost of 2 A-links is closer to $1800/month. I cannot verify any of the other costs in the model above, but they seem about right. Can anyone provide a similar PRI versus SS7/IMT cost model for any other parts of the...
2016 Oct 21
3
anonymous function parsing bug?
...res solves the problem. However, I think the operator precedence could be the problem here. I looked at the "./src/main/gram.y" and I think that the line 385 | FUNCTION '(' formlist ')' cr expr_or_assign %prec LOW should be of way higher precedence. But I cannot forsee the side effects of that (which could be horrible in that case). If this is the desired behaviour and not a bug, I'm very interested in the rational behind that. Best wishes, Wilm ps: $ R --version R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
2008 May 20
4
are 588 sample frames subset or nonsubset?
...blocksize of 588 should be subset, although the blocksize would be a 16 bit value at the end of the frame header. However when I try encoding with flac 1.2.1 it says that only the blocksizes that can be represented in the 4 bits in the early part of the frame header. Which is correct? Can anyone forsee any problems with encoding with a block size of 588 samples? Best Regards Howard Meridian Audio Ltd - www.meridian-audio.com - Registered in England Registered Office: 11 Latham Road, Huntingdon, Cambs, PE29 6YE, UK Company Registration No. 2710631 VAT Registered No. GB576660505
2010 Mar 05
4
making 0.0.16 into 1.0.0
...If you are going to write a UCS/non-TTM driver you are going to have to do major changes all over the stack, in theory a kernel CONFIG option to enable version 2 of the interface and drop version 1 would be an option at that time. Or even a boot option to select between which one you want. I would forsee a UCS/non-TTM driver needing to rewrite quite a lot of userspace, in fact probably all of it. I haven't seen anyone actually start or commit to working on such a beast, and I'd reckon its probably a 1-2 year job, GEM took over a year and it was arguably simpler. I'm not seeing the point...
2010 Apr 17
2
[LLVMdev] Parsing (and compiling) on demand.
Ok than, but how to insert a call to an undefined function? > See ExecutionEngine::InstallLazyFunctionCreator(). > http://llvm.org/doxygen/classllvm_1_1ExecutionEngine.html#6a126d6cd1fa07a4331179597de0c46a > > Nick >
2010 Apr 17
0
[LLVMdev] Parsing (and compiling) on demand.
...call to that. Once your LazyFunctionCreator is called, you fill in the body and call JIT->getPointerToFunction() on it and return that result. I haven't actually tried this, but it seems to be the only way to use this API, so I presume someone else has. The only potential problem I can forsee is if the JIT isn't actually re-entrant. Nick > >> See ExecutionEngine::InstallLazyFunctionCreator(). >> http://llvm.org/doxygen/classllvm_1_1ExecutionEngine.html#6a126d6cd1fa07a4331179597de0c46a >> >> Nick >> >
2010 Apr 17
0
[LLVMdev] Parsing (and compiling) on demand.
...ator is called, you fill in the body and call >> JIT->getPointerToFunction() on it and return that result. >> >> I haven't actually tried this, but it seems to be the only way to use >> this API, so I presume someone else has. The only potential problem I >> can forsee is if the JIT isn't actually re-entrant. > > I actually tried that several months ago and, it turned out, the JIT > wasn't actually reentrant and didn't like that at all. >
2006 Mar 31
1
many to one :through another
Since has_one :colour :through => :species isn''t supported (for some reason unknown to me), can anyone forsee any problems that the following workaround might cause (in the Photo class). has_many :artists, :through => :artist_photos has_one :artist_photo So effectively, the has_many statement gives me the through functionality I need, but the has_one restricts the program to only one artist for each p...
2006 Nov 06
1
Register vs. Host=IPADDR
...n's or just specify the host ip address in sip.conf. Are there any pros or cons to the two? My phones will have a static IP address and won't be changed unless a admin does it. So the logical path would be to just turn off registration on the sip account (in the phone setup). Can anyone forsee a problem to this? Something I will miss out on if I had used sip registration? Thanks!
2013 Feb 25
1
How to get write checkin for xen.git tree?
Hey, There are some patches I''ve and a bunch of other work that I forsee coming that will mean more patches. I was wondering what the process is of getting checkin access for the Xen tree? P.S. ''konradwilk'' is the account name.
2006 Mar 31
2
Capistrano, multiple instances of an application
...es. I was wanting to use it in some legacy situations where the case is more that I deploy an instance of an application multiple times, sometimes on multiple machines but usually just one. It''s maintenance heavy to keep all the different sites up to date and looking at the crystal ball I forsee a day when one instance will handle what the multiple instances handle today but it wont be happening today or tomorrow so I''m wondering if/how others in similar situations may be using Capistrano to help manage such scenerios? Just to make sure I''m not being too vague, I have se...
2006 Mar 08
3
mod_fcgid first request slow
I have posted this before with not much response so I am posing the question again. Is there a solution for this very apparent issue with mod_fcgid that the "First connection is incredibly slow". It seems its b/c mod_fcgid doesnt keep at least 1 persistent connection around that this first connection needs to start up and then every other request is fast. Is there a solution to this?
2023 Oct 11
1
[PATCH drm-misc-next 2/3] drm/gpuva_mgr: generalize dma_resv/extobj handling and GEM validation
Am 10.10.23 um 22:23 schrieb Dave Airlie: >> I think we're then optimizing for different scenarios. Our compute >> driver will use mostly external objects only, and if shared, I don't >> forsee them bound to many VMs. What saves us currently here is that in >> compute mode we only really traverse the extobj list after a preempt >> fence wait, or when a vm is using a new context for the first time. So >> vm's extobj list is pretty large. Each bo's vma list will ty...
2009 Jul 15
4
New to Wine and Linux/Ubuntu
...d a windows based program (using wine obviously) at the same time? 3) One program that I specifically have to use, which will require Wine, is not a complicated program (It is used to monitor telephone use in a call center), but at the same time is not a very well known or popular one. Does anyone forsee any issues in Wine being able to run a program like this? Thanks in advance! Mike
2018 Jan 22
2
rewrite copy to trash->delete->expunge mail with move??
Hello Everyone: ????? When user got quota exceed and trying to delete mail. Most MUA's default "move to trash folder" will proceed by copy mail to trash folder,then by delete/expunge it(copy before expunge). Unfortunately this will not success due to quota exceed. Is there any way to let dovecot proceed it by IMAP MOVE instead of "copy to trash
2012 Apr 23
1
Searching and returning arrays
...arel else arel end else all end I didn''t want to do this with to_sql... Also, when i run it, the query always returns empty results if I check a facilities checkbox, but maybe that is a problem from that line of code in my model but if you forsee an issue, I would appreciate a heads up in terms of future code conflict relating to this issue Thank you in advance -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this gro...
2006 Apr 04
4
Aggregating two objects of the same type
I would like to have a customer that has references to two addresses, a billing address and a shipping address. In a non-rails environment I would have two keys in the customers table, billing_address_id and shipping_address_id to reference the addresses. It appears that ActiveRecord expects the parent id to reside in the child table, regardless of whether the relationship is one-to-one or