Search Results

0
votes

Largest Heap used in a managed environment? (.net/java)

I have used from 2GB to 5GB of memory in java, but usually when I get to more than 2GB I really start thinking about memory optimization. Diminishing returns can vary from not optimizing when it's …
8
votes

Can I use a Regex in an XPath expression?

XPath 2.0 has some functions which support regular expressions: matches(), replace(), tokenize() In XPath 1.0 there is no regex support. For .NET you can use the XPath engine in Sax …