after some researches how to serialize dictonary in .net I found the following solutions:
only XML serialization: http://weblogs.asp.net/pwelter34/archive/2006/05/03/444961.aspx
inclusive Binary serialization: http://blogs.microsoft.co.il/blogs/applisec/archive/2008/02/23/serializable-dictionary.aspx
Friday, October 10, 2008
dictonary serializable
at
10:17 AM
0
comments
Posted by
roni schuetz
Labels: .net, C#, links, SharedCache
scuba diving - red see eilat, israel
I been for 2 weeks in eilat, israel were I did my scuba diving PADI divemaster certification. Enjoy some pictures from my apprenticeship and some fundives ....





at
12:50 AM
0
comments
Posted by
roni schuetz
Labels: holiday, personal, scuba diving
Wednesday, September 10, 2008
New Personal Website
I uploaded a new website, let me know what you think about: http://www.ronischuetz.com
at
10:35 PM
0
comments
Posted by
roni schuetz
Labels: links
LogParser SQL Statemts for IIS Log files
I uploaded some LogParser SQL Statements for IIS Log files.
- http://www.ronischuetz.com/code/AverageResponseTimePerHour.html
- http://www.ronischuetz.com/code/Hit_Frequency.html
- http://www.ronischuetz.com/code/NetworkAnalysis.html
- http://www.ronischuetz.com/code/RequestsPerHour.html
- http://www.ronischuetz.com/code/RequestsPerMin.html
- http://www.ronischuetz.com/code/RequestsPerMin_WebSites.html
- http://www.ronischuetz.com/code/ResponseTime.html
- http://www.ronischuetz.com/code/Top50LongestRequest.html
- http://www.ronischuetz.com/code/unique_clients.html
- http://www.ronischuetz.com/code/uniqueClientsPerHour1.html
- http://www.ronischuetz.com/code/uniqueClientsPerHour2.html
with a simple batch job you able to execute all queries at once:
Download: http://www.ronischuetz.com/code/LogParserSqlScripts.zip
at
10:31 PM
0
comments
Posted by
roni schuetz
The Difference Between Piping and Polling
Jeff Standen explains about "The Difference Between Piping and Polling"
Piping (a.k.a. Pushing)
With the piping method, e-mail is delivered to an application in real-time at the cost of server resources and redundant application overhead.
Pros:
It’s fast. E-mail is delivered to the helpdesk proactively and in real-time.
It’s modular. The relatively expensive operations required to convert a raw MIME e-mail message into plaintext with usable file attachments can be offloaded to a speedy, specialized application. In previous versions of Cerberus Helpdesk, e-mail processing was handled by a parser written in the “C” programming language.
Cons:
It doesn’t scale well. Each new message is processed concurrently, each costing the overhead of the application starting up, initializing resources, processing, and then shutting down between each handled message.
It can bounce/blackhole messages. Since mail is delivered in real-time, the mail server is generally looking for an immediate clear-cut success or failure response code from an application. That means if you’re upgrading, tweaking, rebooting, or otherwise taking your helpdesk offline for a few minutes, new mail is bouncing for later retry. That’s normal behavior. However, if your helpdesk is accessible but in a broken state (e.g. halfway through an upgrade, having database issues) then it’s possible for mail to be accepted but not processed.
at
2:19 PM
0
comments
Posted by
roni schuetz
Labels: links







